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:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
- Install a development dependency and its subdependencies:
|
- 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:
|
- Interactively initialize the current directory as a new Poetry project:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user