mirror of
https://github.com/coqui-ai/TTS.git
synced 2025-12-25 12:49:29 +01:00
5 lines
102 B
Bash
5 lines
102 B
Bash
#!/bin/bash
|
|
virtualenv -p python3 ../tmp/venv
|
|
source ../tmp/venv/bin/activate
|
|
python setup.py develop
|