Skip to content

Commit

Permalink
Added python-numpy to dependencies. Apparently not all distros come
Browse files Browse the repository at this point in the history
with it installed as standard.
  • Loading branch information
boatbod committed May 22, 2018
1 parent 9f1b20e commit eae2ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi

sudo apt-get update
sudo apt-get build-dep gnuradio
sudo apt-get install gnuradio gnuradio-dev gr-osmosdr librtlsdr-dev libuhd-dev libhackrf-dev libitpp-dev libpcap-dev cmake git swig build-essential pkg-config doxygen python-waitress
sudo apt-get install gnuradio gnuradio-dev gr-osmosdr librtlsdr-dev libuhd-dev libhackrf-dev libitpp-dev libpcap-dev cmake git swig build-essential pkg-config doxygen python-numpy python-waitress

mkdir build
cd build
Expand Down

0 comments on commit eae2ce7

Please sign in to comment.