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**