Skip to content

Commit

Permalink
[Docs]: Add note for parallel installation (#8814)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKaNu authored Dec 25, 2023
1 parent 8b5deaf commit 0272abb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit 0272abb

Please sign in to comment.