mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 10:18:51 +03:00
poetry: update "dev dependency" example (#9540)
Since v1.2.0 Poetry has moved to a using a new syntax for adding development dependencies.
This commit is contained in:
parent
7778730760
commit
098e5fc70b
@ -13,7 +13,7 @@
|
||||
|
||||
- Install a development dependency and its subdependencies:
|
||||
|
||||
`poetry add --dev {{dependency}}`
|
||||
`poetry add --group dev {{dependency}}`
|
||||
|
||||
- Interactively initialize the current directory as a new Poetry project:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user