From a8766c661416407df7483c9a1c8bd3df938340cf Mon Sep 17 00:00:00 2001 From: green Date: Fri, 12 Jul 2024 12:57:55 +0800 Subject: [PATCH] Update run.bat --- run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.bat b/run.bat index a1a5700..7dc283f 100644 --- a/run.bat +++ b/run.bat @@ -3,7 +3,7 @@ :: Install dependencies echo "Installing dependencies..." -pip install -r requirements.txt -U +pip install -r requirements.txt :: Set environment variable for FFMPEG_PATH set "FFMPEG_PATH=%cd%\ffmpeg-4.4-amd64-static"