Readme says `poetry self:update` instead of `poetry self update`
See original GitHub issue- I have searched the issues of this repo and believe that this is not a duplicate.
Issue
The updating poetry section of the README says that the command is poetry self:update
but it’s actually poetry self update
(no :
): https://github.com/sdispater/poetry#updating-poetry
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
'poetry install' command fails; *.whl files are not found
So running poetry self update should fix it. Fixed issue: https://github.com/python-poetry/poetry/pull/4549. 1.1.12 poetry release: ...
Read more >Introduction | Documentation | Poetry - Python dependency ...
Poetry is able to update itself when installed using the official installer. poetry self update. If you want to install pre-release versions, you...
Read more >poetry 1.1.13 - PyPI
Updating poetry to the latest stable version is as simple as calling the self update command. poetry self update. If you want to...
Read more >Python projects with Poetry and VSCode Part 1
We'll use Poetry to start a simple project, manage dependencies and ... to the latest stable version with the poetry self update command....
Read more >Poetry: Finally an all-in-one tool to manage Python packages
poetry self update. Please note that you can install poetry using the traditional pip command but poetry will be limited to create virtual ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello @ric2b ,
thanks a lot for the reminder. This is definitely something we had to change with the 1.0 release. I’m not sure if it’s a good idea to do it know. I guess most people will have installed 0.12 before they are looking into the git. And there the syntax is correct.
Maybe we should include a note about the different syntax in the different versions 🤔 .
fin swimmer
@pawamoy That makes a lot of sense and is what is commonly done in other projects.