Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted authored Jun 16, 2022
1 parent 3fb37f5 commit afa9880
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ 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.
If you are viewing documentation for the development branch, you may wish to install a preview or development version of Poetry.
See the **Configure the installation** step below for how to install preview or alternate versions of Poetry.
{{% /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" >}}
Expand Down Expand Up @@ -141,8 +141,8 @@ poetry self update 1.2.0
```

{{% warning %}}
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`.
Poetry `1.1` series releases are not able to update in-place to `1.2` or newer series releases.
To migrate to newer releases, uninstall and then reinstall using the [methods above]({{< ref "#Installation" >}} "Installation").
{{% /warning %}}
{{< /step >}}

Expand Down

0 comments on commit afa9880

Please # to comment.