From d6284832ce9405b5f9c0b0e6a15d6af5f23c6bf8 Mon Sep 17 00:00:00 2001 From: "Matthew D. Scholefield" Date: Mon, 4 Jun 2018 15:08:23 -0500 Subject: [PATCH] Add brew dependencies to fix mac install --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index ce441be..05a8fac 100755 --- a/setup.sh +++ b/setup.sh @@ -46,6 +46,8 @@ 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 swig libpulse-dev +elif is_command brew; then + brew install portaudio fi if [ ! -x "$VENV/bin/pip" ]; then