Skip to content

Commit 426a806

Browse files
MaKaNuradoering
authored andcommitted
[Fix]: Update _index.md
- move parallel installation note - located now at subsection "advanced installation"
1 parent d3b0bbe commit 426a806

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ See the **advanced** installation instructions to use a preview or alternate ver
4242
[`pipx`](https://github.com/pypa/pipx) is used to install Python CLI applications globally while still isolating them in virtual environments.
4343
`pipx` will manage upgrades and uninstalls when used to install Poetry.
4444

45-
{{% note %}}
46-
pipx is the installation approach which the user should choose to install multiple versions of pipx.
47-
{{% /note %}}
48-
4945
{{< steps >}}
5046
{{< step >}}
5147
**Install Poetry**
@@ -179,6 +175,8 @@ You can also install Poetry from a `git` repository by using the `--git` option:
179175
```bash
180176
curl -sSL https://install.python-poetry.org | python3 - --git https://github.com/python-poetry/poetry.git@master
181177
````
178+
If you want to install different versions of poetry in parallel, a good approach is the installation with pipx and suffix.
179+
182180
{{< /step >}}
183181
{{< step >}}
184182
**Add Poetry to your PATH**

0 commit comments

Comments
 (0)