From 9dee010834cbed23a511d814643cb901ad052175 Mon Sep 17 00:00:00 2001 From: MrRawes <97707756+MrRawes@users.noreply.github.com> Date: Mon, 14 Mar 2022 18:10:09 +0000 Subject: [PATCH] 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) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2841ed68f..eac36789f 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ You can also use pip: 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. macOS users can install youtube-dl with [Homebrew](https://brew.sh/):