From f97b3722ddc6f07633d88e7e353763c75d2705ab Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Sun, 3 Jul 2022 00:41:35 +0200 Subject: [PATCH] feat(get-poetry): mention `install.python-poetry.org` in deprecation message --- get-poetry.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/get-poetry.py b/get-poetry.py index 1ddeb126aa3..51eacadbbd4 100644 --- a/get-poetry.py +++ b/get-poetry.py @@ -471,7 +471,9 @@ def _is_supported(x): "warning", "This installer is deprecated. Poetry versions installed using this" " script will not be able to use 'self update' command to upgrade to" - " 1.2.0a1 or later.", + " 1.2.0a1 or later. It is recommended to use" + " https://install.python-poetry.org instead. Instructions are" + " available at https://python-poetry.org/docs/#installation", ) )