Skip to content

Commit 7ec3254

Browse files
committed
Update README.md
1 parent 34b0a38 commit 7ec3254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You need a RaspberryPi and a DAC (such as [this 6€ one](http://www.ebay.fr/itm
1515
1. Install the required dependencies (Python-related packages and audio libraries):
1616

1717
~~~
18-
sudo apt-get update ; sudo apt-get -y install python-dev cython python-smbus portaudio19-dev
18+
sudo apt-get update ; sudo apt-get -y install python-dev python-numpy cython python-smbus portaudio19-dev
1919
git clone https://github.com/superquadratic/rtmidi-python.git ; cd rtmidi-python ; sudo python setup.py install ; cd ..
2020
git clone http://people.csail.mit.edu/hubert/git/pyaudio.git ; cd pyaudio ; sudo python setup.py install ; cd ..
2121
~~~

0 commit comments

Comments
 (0)