forked from mrq/tortoise-tts
7 lines
182 B
Batchfile
Executable File
7 lines
182 B
Batchfile
Executable File
git pull
|
|
python -m venv tortoise-venv
|
|
call .\tortoise-venv\Scripts\activate.bat
|
|
python -m pip install --upgrade pip
|
|
python -m pip install -r ./requirements.txt
|
|
deactivate
|
|
pause |