mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-02-06 10:09:50 +00:00
Merge 43c28a793e
into fa7f0effbe
This commit is contained in:
commit
5e6e3c2032
@ -32,7 +32,13 @@ 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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user