Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josephernest committed Jul 1, 2015
1 parent 34b0a38 commit 7ec3254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ You need a RaspberryPi and a DAC (such as [this 6€ one](http://www.ebay.fr/itm
1. Install the required dependencies (Python-related packages and audio libraries):

~~~
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
git clone https://github.com/superquadratic/rtmidi-python.git ; cd rtmidi-python ; sudo python setup.py install ; cd ..
git clone http://people.csail.mit.edu/hubert/git/pyaudio.git ; cd pyaudio ; sudo python setup.py install ; cd ..
~~~
Expand Down

0 comments on commit 7ec3254

Please sign in to comment.