Skip to content

Commit afa9880

Browse files
authored
Apply suggestions from code review
1 parent 3fb37f5 commit afa9880

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/_index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ on Linux, macOS and Windows.
2323
## Installation
2424

2525
{{% note %}}
26-
You are currently browsing documentation for version of Poetry that is still in preview release.
27-
Please check "Install Poetry" and "Update Poetry" sections below for instructions on how to install or update to that version.
26+
If you are viewing documentation for the development branch, you may wish to install a preview or development version of Poetry.
27+
See the **Configure the installation** step below for how to install preview or alternate versions of Poetry.
2828
{{% /note %}}
2929

3030
{{< 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" >}}
@@ -141,8 +141,8 @@ poetry self update 1.2.0
141141
```
142142

143143
{{% warning %}}
144-
Poetry `1.1` versions are not able to update to `1.2` releases or later using `poetry self update`.
145-
Migrate to `1.2` using `https://install.python-poetry.org` script or `pipx`.
144+
Poetry `1.1` series releases are not able to update in-place to `1.2` or newer series releases.
145+
To migrate to newer releases, uninstall and then reinstall using the [methods above]({{< ref "#Installation" >}} "Installation").
146146
{{% /warning %}}
147147
{{< /step >}}
148148

0 commit comments

Comments
 (0)