mirror of
https://github.com/wassname/TTS.git
synced 2026-09-21 12:40:58 +08:00
4 lines
101 B
Bash
4 lines
101 B
Bash
#!/bin/bash
|
|
virtualenv -p python3 ../tmp/venv
|
|
source ../tmp/venv/bin/activate
|
|
python setup.py develop |