d8cf5a80af5ed65e1ca06012d4d152dec4ef0de7
[asr1617data.git] / makevenv.sh
1 #!/bin/bash
2 deactivate || true
3 virtualenv -p python3 .
4 . bin/activate
5 pip install --upgrade keras tensorflow h5py python_speech_features pympi-ling scipy
6 pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/protobuf-3.1.0-cp35-none-linux_x86_64.whl
7 deactivate