TTS/.install

5 lines
129 B
Plaintext
Raw Normal View History

2018-06-21 12:10:21 +00:00
#!/bin/bash
virtualenv -p python3 ../tmp/venv
source ../tmp/venv/bin/activate
pip install --no-cache-dir -r requirements.txt