Also mention the requirements.txt version.

This commit is contained in:
Relintai 2023-10-20 11:08:49 +02:00
parent c0780c84a9
commit 4a6b0cb962

View File

@ -45,10 +45,14 @@ Windows:
cmd.exe ` C:\> venv\Scripts\activate.bat `\
PowerShell ` PS C:\> venv\Scripts\Activate.ps1 `
Install yt-dlp:
Install the newest yt-dlp (Recommended, as sites change a lot.):
` pip install yt-dlp `
Or install the last tested version (In case the newest doesn't work):
` pip install -r requirements.txt `
Here are the [full python virtualenv docs](https://docs.python.org/3/library/venv.html) if needed.
### Script