From 3fb37f5edb4443073de05e40385e6f56e0db6834 Mon Sep 17 00:00:00 2001 From: Bartek Sokorski Date: Thu, 16 Jun 2022 02:33:04 +0200 Subject: [PATCH] Update installation and update docs --- docs/_index.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/_index.md b/docs/_index.md index 7976107301b..d17a6acc96a 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -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" >}} @@ -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`. @@ -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 >}}