mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-21 10:50:11 +09:00
add more installation options
add installation instuctions for installing the master branch through pip from [yt-dlp](https://github.com/yt-dlp/yt-dlp#installation)
This commit is contained in:
parent
6508688e88
commit
9dee010834
@ -34,6 +34,10 @@ You can also use pip:
|
|||||||
|
|
||||||
sudo -H pip install --upgrade youtube-dl
|
sudo -H pip install --upgrade youtube-dl
|
||||||
|
|
||||||
|
If you want to be on the cutting edge, you can also install the master branch with pip:
|
||||||
|
|
||||||
|
sudo -H pip install --force-reinstall https://github.com/ytdl-org/youtube-dl/archive/master.zip
|
||||||
|
|
||||||
This command will update youtube-dl if you have already installed it. See the [pypi page](https://pypi.python.org/pypi/youtube_dl) for more information.
|
This command will update youtube-dl if you have already installed it. See the [pypi page](https://pypi.python.org/pypi/youtube_dl) for more information.
|
||||||
|
|
||||||
macOS users can install youtube-dl with [Homebrew](https://brew.sh/):
|
macOS users can install youtube-dl with [Homebrew](https://brew.sh/):
|
||||||
|
Loading…
Reference in New Issue
Block a user