Skip to content

Commit 2416f5c

Browse files
authored
doc: add notes for advanced installation steps (#9098)
1 parent 658d964 commit 2416f5c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/_index.md

+12
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ pipx install poetry
6262
{{< step >}}
6363
**Install Poetry (advanced)**
6464

65+
{{% note %}}
66+
You can skip this step, if you simply want the latest version and already installed Poetry as described in the
67+
previous step. This step details advanced usages of this installation method. For example, installing Poetry from
68+
source, having multiple versions installed at the same time etc.
69+
{{% /note %}}
70+
6571
`pipx` can install different versions of Poetry, using the same syntax as pip:
6672

6773
```bash
@@ -151,6 +157,12 @@ above.
151157
{{< step >}}
152158
**Install Poetry (advanced)**
153159

160+
{{% note %}}
161+
You can skip this step, if you simply want the latest version and already installed Poetry as described in the
162+
previous step. This step details advanced usages of this installation method. For example, installing Poetry from
163+
source, using a pre-release build, configuring a different installation location etc.
164+
{{% /note %}}
165+
154166
By default, Poetry is installed into a platform and user-specific directory:
155167

156168
- `~/Library/Application Support/pypoetry` on MacOS.

0 commit comments

Comments
 (0)