From 009e9c1ef95368931fad007c70386db70e489a4a Mon Sep 17 00:00:00 2001 From: "Matthew D. Scholefield" Date: Wed, 30 May 2018 12:19:22 -0500 Subject: [PATCH] Add swig and libpulse-dev as dependencies This fixes #8 --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 97485d9..ce441be 100755 --- a/setup.sh +++ b/setup.sh @@ -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