Skip to content

Commit

Permalink
Update installation and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus committed Jun 16, 2022
1 parent 6d4c9fe commit 3fb37f5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ on Linux, macOS and Windows.

## Installation

{{% note %}}
You are currently browsing documentation for version of Poetry that is still in preview release.
Please check "Install Poetry" and "Update Poetry" sections below for instructions on how to install or update to that version.
{{% /note %}}

{{< tabs tabTotal="3" tabID1="installing-with-the-official-installer" tabID2="installing-with-pipx" tabID3="installing-with-pip" tabName1="With the official installer" tabName2="With pipx" tabName3="With pip" >}}

{{< tab tabID="installing-with-the-official-installer" >}}
Expand Down Expand Up @@ -55,10 +60,6 @@ If you have installed Python through the Microsoft Store, replace `py` with `pyt
above.
{{% /note %}}

{{% note %}}
Note that the installer does not support Python < 3.7.
{{% /note %}}

{{% warning %}}
The previous `get-poetry.py` and `install-poetry.py` installers are now deprecated. If you are currently using them
you should migrate to the new, supported, installer through `https://install.python-poetry.org`.
Expand Down Expand Up @@ -140,8 +141,8 @@ poetry self update 1.2.0
```

{{% warning %}}
Poetry versions installed using the deprecated `get-poetry.py` installer will not be able to use this
command to update to 1.2 releases or later. Migrate to using `https://install.python-poetry.org` or `pipx`.
Poetry `1.1` versions are not able to update to `1.2` releases or later using `poetry self update`.
Migrate to `1.2` using `https://install.python-poetry.org` script or `pipx`.
{{% /warning %}}
{{< /step >}}

Expand Down

0 comments on commit 3fb37f5

Please # to comment.