1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 13:35:24 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`