poetry: add add --dev example (#7497)

This commit is contained in:
Silas Benson
2021-11-30 14:12:11 +00:00
committed by GitHub
parent 42bc8da4c8
commit 9bc80d1d42

View File

@@ -11,6 +11,10 @@
`poetry add {{dependency}}` `poetry add {{dependency}}`
- Install a development dependency and its subdependencies:
`poetry add --dev {{dependency}}`
- Interactively initialize the current directory as a new Poetry project: - Interactively initialize the current directory as a new Poetry project:
`poetry init` `poetry init`