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
73ff7bcc
Commit
73ff7bcc
authored
May 23, 2021
by
Arun Babu Neelicattu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: add warning for self update breakages
Relates-to: #4040
parent
bc814e1e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
README.md
+3
-0
docs/docs/index.md
+5
-0
No files found.
README.md
View file @
73ff7bcc
...
@@ -92,6 +92,9 @@ python install-poetry.py --git https://github.com/python-poetry/poetry.git@maste
...
@@ -92,6 +92,9 @@ python install-poetry.py --git https://github.com/python-poetry/poetry.git@maste
Updating poetry to the latest stable version is as simple as calling the `
self update
` command.
Updating poetry to the latest stable version is as simple as calling the `
self update
` command.
**Warning**: Poetry versions installed using the now deprecated `
get-poetry.py
` installer will not be able to use this
command to update to 1.2 releases or later. Migrate to using the `
install-poetry.py
` installer or `
pipx
`.
```bash
```bash
poetry self update
poetry self update
```
```
...
...
docs/docs/index.md
View file @
73ff7bcc
...
@@ -133,6 +133,11 @@ pip install --user poetry
...
@@ -133,6 +133,11 @@ pip install --user poetry
Updating Poetry to the latest stable version is as simple as calling the `
self update
` command.
Updating Poetry to the latest stable version is as simple as calling the `
self update
` command.
!!!warning
Poetry versions installed using the now deprecated `
get-poetry.py
` installer will not be able to use this
command to update to 1.2 releases or later. Migrate to using the `
install-poetry.py
` installer or `
pipx
`.
```bash
```bash
poetry self update
poetry self update
```
```
...
...
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