Add brew dependencies to fix mac install
This commit is contained in:
parent
009e9c1ef9
commit
d6284832ce
2
setup.sh
2
setup.sh
@ -46,6 +46,8 @@ VENV=${VENV-$(pwd)/.venv}
|
|||||||
if is_command apt-get; then
|
if is_command apt-get; then
|
||||||
wait_for_apt
|
wait_for_apt
|
||||||
sudo apt-get install -y python3-pip libopenblas-dev python3-scipy cython libhdf5-dev python3-h5py portaudio19-dev swig libpulse-dev
|
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
|
fi
|
||||||
|
|
||||||
if [ ! -x "$VENV/bin/pip" ]; then
|
if [ ! -x "$VENV/bin/pip" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user