Skip to content

Commit 0272abb

Browse files
authored
[Docs]: Add note for parallel installation (#8814)
1 parent 8b5deaf commit 0272abb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ You can also install Poetry from a `git` repository by using the `--git` option:
175175
```bash
176176
curl -sSL https://install.python-poetry.org | python3 - --git https://github.com/python-poetry/poetry.git@master
177177
````
178+
If you want to install different versions of Poetry in parallel, a good approach is the installation with pipx and suffix.
179+
178180
{{< /step >}}
179181
{{< step >}}
180182
**Add Poetry to your PATH**

0 commit comments

Comments
 (0)