Skip to content

Commit

Permalink
[Fix]: Update _index.md
Browse files Browse the repository at this point in the history
- move parallel installation note
- located now at subsection "advanced installation"
  • Loading branch information
MaKaNu authored Dec 22, 2023
1 parent d5d1667 commit 0ec76f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ See the **advanced** installation instructions to use a preview or alternate ver
[`pipx`](https://github.com/pypa/pipx) is used to install Python CLI applications globally while still isolating them in virtual environments.
`pipx` will manage upgrades and uninstalls when used to install Poetry.

{{% note %}}
pipx is the installation approach which the user should choose to install multiple versions of pipx.
{{% /note %}}

{{< steps >}}
{{< step >}}
**Install Poetry**
Expand Down Expand Up @@ -179,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 0ec76f5

Please sign in to comment.