Add brew dependencies to fix mac install

This commit is contained in:
Matthew D. Scholefield 2018-06-04 15:08:23 -05:00
parent 009e9c1ef9
commit d6284832ce

View File

@ -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