Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.8] doc: add notes for advanced installation steps #9357

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: add notes for advanced installation steps (#9098)
(cherry picked from commit 2416f5c)
  • Loading branch information
abn authored and github-actions[bot] committed Apr 30, 2024
commit 0a0607a64fe57e294677ec3b9661c1f8357f59e2
12 changes: 12 additions & 0 deletions docs/_index.md
Original file line number Diff line number Diff line change
@@ -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.
Loading
Oops, something went wrong.