mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2025-03-17 21:31:51 +01:00
Create run_with_chocolatey.bat
just added a chocolatey script to easily install everything. Just run the bat on powershell on super admin mode
This commit is contained in:
parent
7b3bac183b
commit
04adada813
11
run_with_chocolatey.bat
Normal file
11
run_with_chocolatey.bat
Normal file
@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
:: Installing Microsoft Visual C++ Runtime - all versions 1.0.1 if it's not already installed
|
||||
choco install vcredist-all
|
||||
:: Installing CUDA if it's not already installed
|
||||
choco install cuda
|
||||
:: Installing Python if it's not already installed
|
||||
choco install python -y
|
||||
:: Assuming successful installation, we ensure pip is upgraded
|
||||
python -m ensurepip --upgrade
|
||||
:: Use pip to install the packages listed in 'requirements.txt'
|
||||
pip install -r requirements.txt
|
Loading…
x
Reference in New Issue
Block a user