[Installation] Upgrade pip/setuptools/wheel for master install (#12)

bashonly 2023-01-06 14:46:43 -06:00 committed by GitHub
parent 1576244937
commit e8189e84ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

@ -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
```