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:
MrRawes 2022-03-14 18:10:09 +00:00 committed by GitHub
parent 6508688e88
commit 9dee010834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/):