From 0a0607a64fe57e294677ec3b9661c1f8357f59e2 Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Sat, 2 Mar 2024 13:14:23 -0800 Subject: [PATCH] doc: add notes for advanced installation steps (#9098) (cherry picked from commit 2416f5cf52323aca89cb6b84c38ed3fd5889d688) --- docs/_index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.