From afa9880763432f6bd5967d79faac413770cab41c Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Thu, 16 Jun 2022 09:18:37 -0600 Subject: [PATCH] Apply suggestions from code review --- docs/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_index.md b/docs/_index.md index d17a6acc96a..050cb04fcc0 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -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" >}} @@ -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 >}}