We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee464b commit 3373dc8Copy full SHA for 3373dc8
setup.sh
@@ -40,7 +40,7 @@ os=$(uname -s)
40
if [ "$os" = "Linux" ]; then
41
if is_command apt-get; then
42
wait_for_apt
43
- sudo apt-get install -y python3-pip libopenblas-dev python3-scipy cython libhdf5-dev python3-h5py portaudio19-dev swig libpulse-dev libatlas-base-dev
+ sudo apt-get install -y python3-pip curl libopenblas-dev python3-scipy cython libhdf5-dev python3-h5py portaudio19-dev swig libpulse-dev libatlas-base-dev
44
fi
45
elif [ "$os" = "Darwin" ]; then
46
if is_command brew; then
0 commit comments