[devscripts] install_deps: Align options/terms with PEP 735 (#15200)
Authored by: bashonly
This commit is contained in:
parent
1d43fa5af8
commit
29fe515d8d
11 changed files with 32 additions and 32 deletions
|
|
@ -177,7 +177,7 @@ While it is strongly recommended to use `hatch` for yt-dlp development, if you a
|
|||
|
||||
```shell
|
||||
# To only install development dependencies:
|
||||
$ python -m devscripts.install_deps --include-group dev
|
||||
$ python -m devscripts.install_deps --include-extra dev
|
||||
|
||||
# Or, for an editable install plus dev dependencies:
|
||||
$ python -m pip install -e ".[default,dev]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue