aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbashonly <88596187+bashonly@users.noreply.github.com>2024-03-04 17:19:37 -0600
committerGitHub <noreply@github.com>2024-03-04 23:19:37 +0000
commitcf91400a1dd6cc99b11a6d163e1af73b64d618c9 (patch)
tree529979281b0de7e8c8b402272f1dadaefdbf44b1 /README.md
parentac340d0745a9de5d494033e3507ef624ba25add3 (diff)
[build] Add `default` optional dependency group (#9295)
Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7e31e6560..3f92a8136 100644
--- a/README.md
+++ b/README.md
@@ -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 -->