mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -07:00
Merge 43c28a793e
into fa7f0effbe
This commit is contained in:
commit
5e6e3c2032
1 changed files with 7 additions and 1 deletions
|
@ -32,8 +32,14 @@ Windows users can [download an .exe file](https://yt-dl.org/latest/youtube-dl.ex
|
||||||
|
|
||||||
You can also use pip:
|
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.
|
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…
Add table
Add a link
Reference in a new issue