From e8189e84abc06691230d5b40b16649c51f9b85d8 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Fri, 6 Jan 2023 14:46:43 -0600 Subject: [PATCH] [Installation] Upgrade pip/setuptools/wheel for master install (#12) --- Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation.md b/Installation.md index 7e4e413..bce22f4 100644 --- a/Installation.md +++ b/Installation.md @@ -48,6 +48,7 @@ python3 -m pip install --no-deps -U yt-dlp If you want to be on the cutting edge, you can also install the master branch with: ```bash +python3 -m pip install -U pip setuptools wheel python3 -m pip install --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz ```