mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
Misc
parent
78ca119a46
commit
99bf4079ba
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
You can install yt-dlp either using one of the official releases, or with your favorite package manager
|
You can install yt-dlp either using one of the official releases, or with your favorite package manager
|
||||||
|
|
||||||
|
> If you are unfamilar with the command line, you may use one of the many third-party GUIs available
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Using the release binary
|
# Using the release binary
|
||||||
|
@ -46,6 +48,8 @@ You can install without any of the optional dependencies using:
|
||||||
python3 -m pip install --no-deps -U yt-dlp
|
python3 -m pip install --no-deps -U yt-dlp
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<a id="pip-master"/>
|
||||||
|
|
||||||
If you want to be on the cutting edge, you can also install the master branch with:
|
If you want to be on the cutting edge, you can also install the master branch with:
|
||||||
```bash
|
```bash
|
||||||
python3 -m pip install -U pip setuptools wheel
|
python3 -m pip install -U pip setuptools wheel
|
||||||
|
|
Loading…
Reference in a new issue