From 0272abb3444e6426106d02da2cb05ede24f94b03 Mon Sep 17 00:00:00 2001 From: MaKaNu <32844273+MaKaNu@users.noreply.github.com> Date: Mon, 25 Dec 2023 07:49:19 +0100 Subject: [PATCH] [Docs]: Add note for parallel installation (#8814) --- docs/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_index.md b/docs/_index.md index 06e800ea818..30f17479162 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -175,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**