Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
f97b3722
Commit
f97b3722
authored
Jul 03, 2022
by
Mathieu Kniewallner
Committed by
Bjorn Neergaard
Jul 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(get-poetry): mention `install.python-poetry.org` in deprecation message
parent
45a1a3bf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
get-poetry.py
+3
-1
No files found.
get-poetry.py
View file @
f97b3722
...
@@ -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"
,
)
)
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment