girumdom-tts / build.sh
Kragelll's picture
Update build.sh
22edb0b verified
raw
history blame contribute delete
171 Bytes
#!/bin/bash
set -e
# First, install Cython
pip install --no-cache-dir Cython
# Then install the rest of your requirements
pip install --no-cache-dir -r requirements.txt