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 34b0a38 commit 7ec3254Copy full SHA for 7ec3254
1 file changed
README.md
@@ -15,7 +15,7 @@ You need a RaspberryPi and a DAC (such as [this 6€ one](http://www.ebay.fr/itm
15
1. Install the required dependencies (Python-related packages and audio libraries):
16
17
~~~
18
- sudo apt-get update ; sudo apt-get -y install python-dev cython python-smbus portaudio19-dev
+ sudo apt-get update ; sudo apt-get -y install python-dev python-numpy cython python-smbus portaudio19-dev
19
git clone https://github.com/superquadratic/rtmidi-python.git ; cd rtmidi-python ; sudo python setup.py install ; cd ..
20
git clone http://people.csail.mit.edu/hubert/git/pyaudio.git ; cd pyaudio ; sudo python setup.py install ; cd ..
21
0 commit comments