tortoise-base / update-force.bat
ecker's picture
removed the hotfix pip installs that whisperx requires now that whisperx is gone
e680d84
raw
history blame
414 Bytes
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