Commit 2aab9bcd by Vladislav Goncharenko Committed by GitHub

Added missing Option in install command description (#3500)

* Added missing Option in install command description
parent bf30ca69
......@@ -146,6 +146,8 @@ poetry install --no-root
* `--no-dev`: Do not install dev dependencies.
* `--no-root`: Do not install the root package (your project).
* `--dry-run`: Output the operations but do not execute anything (implicitly enables --verbose).
* `--remove-untracked`: Remove dependencies not presented in the lock file
* `--extras (-E)`: Features to install (multiple values allowed).
## update
......
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