From 4a6b0cb962129747f7794b0f8a0758c45c9d2d24 Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 20 Oct 2023 11:08:49 +0200 Subject: [PATCH] Also mention the requirements.txt version. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43b4fd6..af5a711 100644 --- a/README.md +++ b/README.md @@ -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