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
39c57cc3
Commit
39c57cc3
authored
Nov 17, 2019
by
Justin Mayer
Committed by
Steph Samson
Nov 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: `self:update` changed to `self update` (#1588)
parent
a5339056
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
docs/docs/index.md
+8
-8
No files found.
docs/docs/index.md
View file @
39c57cc3
...
@@ -117,28 +117,28 @@ pipx uninstall poetry
...
@@ -117,28 +117,28 @@ pipx uninstall poetry
## Updating `poetry`
## Updating `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.
```
bash
```
bash
poetry self
:
update
poetry self
update
```
```
If you want to install prerelease versions, you can use the
`--preview`
option.
If you want to install pre
-
release versions, you can use the
`--preview`
option.
```
bash
```
bash
poetry self
:
update
--preview
poetry self
update
--preview
```
```
And finally, if you want to install a specific version you can pass it as an argument
And finally, if you want to install a specific version
,
you can pass it as an argument
to
`self
:
update`
.
to
`self
update`
.
```
bash
```
bash
poetry self
:
update 0.8.0
poetry self
update 0.8.0
```
```
!!!note
!!!note
The `self
:
update` command will only work if you used the recommended
The `self
update` command will only work if you used the recommended
installer to install Poetry.
installer to install Poetry.
...
...
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