mirror of
https://github.com/Relintai/ytdl_link_gen.git
synced 2024-11-10 00:42:09 +01:00
Also mention the requirements.txt version.
This commit is contained in:
parent
c0780c84a9
commit
4a6b0cb962
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user