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