Commit f97b3722 by Mathieu Kniewallner Committed by Bjorn Neergaard

feat(get-poetry): mention `install.python-poetry.org` in deprecation message

parent 45a1a3bf
...@@ -471,7 +471,9 @@ class Installer: ...@@ -471,7 +471,9 @@ class Installer:
"warning", "warning",
"This installer is deprecated. Poetry versions installed using this" "This installer is deprecated. Poetry versions installed using this"
" script will not be able to use 'self update' command to upgrade to" " 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",
) )
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment