mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 07:15:22 +02:00
poetry: add add --dev
example (#7497)
This commit is contained in:
parent
42bc8da4c8
commit
9bc80d1d42
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue