Add swig and libpulse-dev as dependencies

This fixes #8
This commit is contained in:
Matthew D. Scholefield 2018-05-30 12:19:22 -05:00
parent 989e29bb83
commit 009e9c1ef9

View File

@ -45,7 +45,7 @@ VENV=${VENV-$(pwd)/.venv}
if is_command apt-get; then
wait_for_apt
sudo apt-get install -y python3-pip libopenblas-dev python3-scipy cython libhdf5-dev python3-h5py portaudio19-dev
sudo apt-get install -y python3-pip libopenblas-dev python3-scipy cython libhdf5-dev python3-h5py portaudio19-dev swig libpulse-dev
fi
if [ ! -x "$VENV/bin/pip" ]; then