2023-02-17 00:08:27 +00:00
|
|
|
git fetch --all
|
2023-02-18 02:46:44 +00:00
|
|
|
git reset --hard origin/master
|
2023-03-02 01:35:12 +00:00
|
|
|
call .\update.bat
|
|
|
|
|
|
|
|
python -m venv venv
|
|
|
|
call .\venv\Scripts\activate.bat
|
|
|
|
|
|
|
|
python -m pip install --upgrade pip
|
2023-03-10 04:22:47 +00:00
|
|
|
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
|
2023-03-11 16:55:19 +00:00
|
|
|
python -m pip install -U -r .\requirements.txt
|
2023-03-02 01:35:12 +00:00
|
|
|
|
|
|
|
pause
|
|
|
|
deactivate
|