From 973be05f2cff2f6d8d387cb4473b3772b7d61d62 Mon Sep 17 00:00:00 2001 From: Kenneth Estanislao Date: Tue, 14 May 2024 10:40:06 +0800 Subject: [PATCH] Update run_with_chocolatey.bat added ffmpeg installation on chocolatey --- run_with_chocolatey.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run_with_chocolatey.bat b/run_with_chocolatey.bat index cc4b6cf..e62714f 100644 --- a/run_with_chocolatey.bat +++ b/run_with_chocolatey.bat @@ -3,6 +3,8 @@ choco install vcredist-all :: Installing CUDA if it's not already installed choco install cuda + :: Inatalling ffmpeg if it's not already installed + choco install ffmpeg :: Installing Python if it's not already installed choco install python -y :: Assuming successful installation, we ensure pip is upgraded