Merge 43c28a793e80063033d1d518010101b8b2126089 into fa7f0effbe4e14fcf70e1dc4496371c9862b64b9

This commit is contained in:
MrRawes 2023-06-25 09:36:21 -05:00 committed by GitHub
commit 5e6e3c2032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,8 +32,14 @@ Windows users can [download an .exe file](https://yt-dl.org/latest/youtube-dl.ex
You can also use pip:
sudo -H pip install --upgrade youtube-dl
sudo -H python -m 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 python -m pip install --force-reinstall https://github.com/ytdl-org/youtube-dl/archive/master.tar.gz
Note that you may need to use `python3` instead of `python`
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/):