1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 23:40:08 +01:00

[docs] Include default group in README pip example

Authored by: bashonly
This commit is contained in:
bashonly 2024-02-25 13:13:03 -06:00
parent 9b1cbd0258
commit 0837372ce8
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -218,7 +218,7 @@ Example usage:
yt-dlp --update-to nightly
# To install nightly with pip:
python -m pip install -U --pre yt-dlp
python -m pip install -U --pre yt-dlp[default]
```
<!-- MANPAGE: BEGIN EXCLUDED SECTION -->