mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2025-03-17 21:31:51 +01:00
Update run_with_chocolatey.bat
added ffmpeg installation on chocolatey
This commit is contained in:
parent
c0aae2e16f
commit
973be05f2c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user