mirror of
https://git.ecker.tech/mrq/ai-voice-cloning
synced 2025-06-07 11:55:42 -04:00
15 lines
No EOL
414 B
Batchfile
Executable file
15 lines
No EOL
414 B
Batchfile
Executable file
git fetch --all
|
|
git reset --hard origin/master
|
|
call .\update.bat
|
|
|
|
python -m venv venv
|
|
call .\venv\Scripts\activate.bat
|
|
|
|
python -m pip install --upgrade pip
|
|
python -m pip install -U -r .\modules\tortoise-tts\requirements.txt
|
|
python -m pip install -U -e .\modules\tortoise-tts
|
|
python -m pip install -U -r .\modules\dlas\requirements.txt
|
|
python -m pip install -U -r .\requirements.txt
|
|
|
|
pause
|
|
deactivate |