From 7ec3254d08b65fd3ca8a048cef60b5b2c75f7e11 Mon Sep 17 00:00:00 2001 From: josephernest Date: Wed, 1 Jul 2015 15:49:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f1cb7f..994c3a0 100644 --- a/README.md +++ b/README.md @@ -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 .. ~~~