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