diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-03-04 17:19:37 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 23:19:37 +0000 |
commit | cf91400a1dd6cc99b11a6d163e1af73b64d618c9 (patch) | |
tree | 529979281b0de7e8c8b402272f1dadaefdbf44b1 /README.md | |
parent | ac340d0745a9de5d494033e3507ef624ba25add3 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 --> |