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

feature/windows-fix-syntax-2
Silas Benson 2021-11-30 14:12:11 +00:00 committed by GitHub
parent 42bc8da4c8
commit 9bc80d1d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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