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