DeepLearningExamples/CUDA-Optimized/FastSpeech/scripts/install.sh
2020-07-31 14:59:15 +08:00

8 lines
No EOL
143 B
Bash

#!/bin/bash
# install ffmpeg
apt-get update
apt-get install -y ffmpeg
# install the project and its dependencies
pip install --no-cache-dir .