We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5deaf commit 0272abbCopy full SHA for 0272abb
docs/_index.md
@@ -175,6 +175,8 @@ You can also install Poetry from a `git` repository by using the `--git` option:
175
```bash
176
curl -sSL https://install.python-poetry.org | python3 - --git https://github.com/python-poetry/poetry.git@master
177
````
178
+If you want to install different versions of Poetry in parallel, a good approach is the installation with pipx and suffix.
179
+
180
{{< /step >}}
181
{{< step >}}
182
**Add Poetry to your PATH**
0 commit comments