forked from mrq/ai-voice-cloning
7 lines
195 B
Bash
Executable File
7 lines
195 B
Bash
Executable File
git pull
|
|
python -m venv venv
|
|
source ./venv/bin/activate
|
|
python -m pip install --upgrade pip
|
|
python -m pip install -r ./requirements.txt
|
|
python -m pip install -r ./dlas/requirements.txt
|
|
deactivate |