mirror of
https://github.com/wassname/TTS.git
synced 2026-09-05 16:20:11 +08: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
|