File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ on Linux, macOS and Windows.
23
23
## Installation
24
24
25
25
{{% 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 .
28
28
{{% /note %}}
29
29
30
30
{{< 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
141
141
` ` `
142
142
143
143
{{% 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 " ) .
146
146
{{% /warning %}}
147
147
{{< /step > }}
148
148
You can’t perform that action at this time.
0 commit comments