diff --git a/docs/_index.md b/docs/_index.md index 8293d3f6eb1..199498f283f 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -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 @@ -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.