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