1
0
Fork 0
ai-voice-cloning/update-force.bat

15 lines
390 B
Batchfile

2023-02-17 00:08:27 +07:00
git fetch --all
2023-02-18 02:46:44 +07:00
git reset --hard origin/master
call .\update.bat
python -m venv venv
call .\venv\Scripts\activate.bat
python -m pip install --upgrade pip
2023-03-06 16:47:34 +07:00
python -m pip install -U -r .\requirements.txt
python -m pip install -U -r .\tortoise-tts\requirements.txt
python -m pip install -U -e .\tortoise-tts
2023-03-06 16:47:34 +07:00
python -m pip install -U -r .\dlas\requirements.txt
pause
deactivate