From 0ec76f5d2912ca7520d0847d9f5597e536c12293 Mon Sep 17 00:00:00 2001 From: MaKaNu <32844273+MaKaNu@users.noreply.github.com> Date: Fri, 22 Dec 2023 15:40:53 +0100 Subject: [PATCH] [Fix]: Update _index.md - move parallel installation note - located now at subsection "advanced installation" --- docs/_index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/_index.md b/docs/_index.md index dc822c835a8..030849f555b 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -42,10 +42,6 @@ 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** @@ -179,6 +175,8 @@ You can also install Poetry from a `git` repository by using the `--git` option: ```bash curl -sSL https://install.python-poetry.org | python3 - --git https://github.com/python-poetry/poetry.git@master ```` +If you want to install different versions of poetry in parallel, a good approach is the installation with pipx and suffix. + {{< /step >}} {{< step >}} **Add Poetry to your PATH**