From 101625ec110db8e4980695a3489665b81897c24c Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Sun, 14 Jan 2024 18:46:42 -0800 Subject: [PATCH] Installation instructions: explain how to install `pipx` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Includes suggested fixups. Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com> --- docs/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/_index.md b/docs/_index.md index 094e91f7a60..7c074d4883f 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -45,6 +45,14 @@ See the **advanced** installation instructions to use a preview or alternate ver {{< steps >}} {{< step >}} +**Install pipx** + +If `pipx` is not already installed, you can follow any of the options in the +[official pipx installation instructions](https://pipx.pypa.io/stable/installation/). +Any non-ancient version of `pipx` will do. + +{{< /step >}} +{{< step >}} **Install Poetry** ```bash