tortoise-tts/start.sh

4 lines
63 B
Bash
Raw Normal View History

source ./tortoise-venv/bin/activate
python ./app.py
deactivate