From d5d1667cde495a0223913f7af5dfdf6ecfb7fcf8 Mon Sep 17 00:00:00 2001 From: MaKaNu <32844273+MaKaNu@users.noreply.github.com> Date: Thu, 21 Dec 2023 16:18:46 +0100 Subject: [PATCH] [Docs]: Update _index.md - add note for installation advice FIXES: #8811 --- docs/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_index.md b/docs/_index.md index 06e800ea818..dc822c835a8 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -42,6 +42,10 @@ See the **advanced** installation instructions to use a preview or alternate ver [`pipx`](https://github.com/pypa/pipx) is used to install Python CLI applications globally while still isolating them in virtual environments. `pipx` will manage upgrades and uninstalls when used to install Poetry. +{{% note %}} +pipx is the installation approach which the user should choose to install multiple versions of pipx. +{{% /note %}} + {{< steps >}} {{< step >}} **Install Poetry**