parent
989e29bb83
commit
009e9c1ef9
2
setup.sh
2
setup.sh
@ -45,7 +45,7 @@ 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
|
sudo apt-get install -y python3-pip libopenblas-dev python3-scipy cython libhdf5-dev python3-h5py portaudio19-dev swig libpulse-dev
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -x "$VENV/bin/pip" ]; then
|
if [ ! -x "$VENV/bin/pip" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user