update
[asr1617data.git] / makevenv.sh
index 2c6332d..d8cf5a8 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/bash
+deactivate || true
 virtualenv -p python3 .
 . bin/activate
-pip install --upgrade keras tensorflow h5py
+pip install --upgrade keras tensorflow h5py python_speech_features pympi-ling scipy
 pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/protobuf-3.1.0-cp35-none-linux_x86_64.whl
 deactivate