Skip to content

Commit

Permalink
doc: add notes for advanced installation steps (#9098)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2416f5c)
  • Loading branch information
abn authored and radoering committed Apr 30, 2024
1 parent 3988652 commit 2e655b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ pipx install poetry
{{< step >}}
**Install Poetry (advanced)**

{{% note %}}
You can skip this step, if you simply want the latest version and already installed Poetry as described in the
previous step. This step details advanced usages of this installation method. For example, installing Poetry from
source, having multiple versions installed at the same time etc.
{{% /note %}}

`pipx` can install different versions of Poetry, using the same syntax as pip:

```bash
Expand Down Expand Up @@ -151,6 +157,12 @@ above.
{{< step >}}
**Install Poetry (advanced)**

{{% note %}}
You can skip this step, if you simply want the latest version and already installed Poetry as described in the
previous step. This step details advanced usages of this installation method. For example, installing Poetry from
source, using a pre-release build, configuring a different installation location etc.
{{% /note %}}

By default, Poetry is installed into a platform and user-specific directory:

- `~/Library/Application Support/pypoetry` on MacOS.
Expand Down

0 comments on commit 2e655b1

Please sign in to comment.