-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve documentation on the behaviour of update and install #4117
Comments
The purpose of
A
The purpose of
|
Thanks ! How does |
Same issue with Help also should explain:
I understand now that it assumed and expected but not clear from docs. At first, I have trying to install packages into system via |
Are dev (or other groups) dependencies installed by default? |
The best intro to the feature is the release announcement which goes into detail with examples. Yes, they are installed by default using Poetry (but not captured by tools that build/install as a Python package). |
Can we add this information to the docs here: https://python-poetry.org/docs/cli/#install |
PRs welcome :) |
I believe that the documentation could be improved regarding what
update
andinstall
are doing.To me it is not really clear, for example:
pyproject.toml
file update with latest version numbers?install
? Only the first time?Maybe we could collect here answers to questions like the two above and I'll be happy to make a PR for the doc.
The text was updated successfully, but these errors were encountered: