forked from mrq/ai-voice-cloning
one more
This commit is contained in:
parent
11a1f6a00e
commit
da0af4c498
|
@ -6,10 +6,10 @@ python -m venv venv
|
||||||
call .\venv\Scripts\activate.bat
|
call .\venv\Scripts\activate.bat
|
||||||
|
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install -U -r .\dlas\requirements.txt
|
python -m pip install -U -r .\requirements.txt
|
||||||
python -m pip install -U -r .\tortoise-tts\requirements.txt
|
python -m pip install -U -r .\tortoise-tts\requirements.txt
|
||||||
python -m pip install -U -e .\tortoise-tts
|
python -m pip install -U -e .\tortoise-tts
|
||||||
python -m pip install -U -r .\requirements.txt
|
python -m pip install -U -r .\dlas\requirements.txt
|
||||||
|
|
||||||
pause
|
pause
|
||||||
deactivate
|
deactivate
|
|
@ -9,9 +9,9 @@ python3 -m venv venv
|
||||||
source ./venv/bin/activate
|
source ./venv/bin/activate
|
||||||
|
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
python3 -m pip install -r ./dlas/requirements.txt
|
python3 -m pip install -r ./requirements.txt
|
||||||
python3 -m pip install -r ./tortoise-tts/requirements.txt
|
python3 -m pip install -r ./tortoise-tts/requirements.txt
|
||||||
python3 -m pip install -e ./tortoise-tts
|
python3 -m pip install -e ./tortoise-tts
|
||||||
python3 -m pip install -r ./requirements.txt
|
python3 -m pip install -r ./dlas/requirements.txt
|
||||||
|
|
||||||
deactivate
|
deactivate
|
Loading…
Reference in New Issue
Block a user