diff --git a/README.md b/README.md index 14a3d6c86..decff7422 100644 --- a/README.md +++ b/README.md @@ -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/):