Commit 1f47bb94 by Chris Committed by Sébastien Eustace

Doc: Clarify that add installs packages (#733)

parent c80f5c26
...@@ -61,7 +61,7 @@ Also, instead of modifying the `pyproject.toml` file by hand, you can use the `a ...@@ -61,7 +61,7 @@ Also, instead of modifying the `pyproject.toml` file by hand, you can use the `a
$ poetry add pendulum $ poetry add pendulum
``` ```
It will automatically find a suitable version constraint. It will automatically find a suitable version constraint **and install** the package and subdependencies.
### Version constraints ### Version constraints
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment