Skip to content

Commit

Permalink
doc: add notes for advanced installation steps
Browse files Browse the repository at this point in the history
Resolves: #6750
  • Loading branch information
abn committed Mar 2, 2024
1 parent 658d964 commit 6f20af5
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 6f20af5

Please sign in to comment.