From: Paul Brossier Date: Sat, 9 Feb 2013 09:30:22 +0000 (-0500) Subject: README.md: add pip install matplotlib X-Git-Tag: 0.4.0-beta1~335^2~37 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=c3d286cf66643e0ccf088ccdf2df24061d5f8c0c;p=aubio.git README.md: add pip install matplotlib --- diff --git a/interfaces/python/README.md b/interfaces/python/README.md index 59430493..53197b0c 100644 --- a/interfaces/python/README.md +++ b/interfaces/python/README.md @@ -29,7 +29,12 @@ Download and install [pip](http://www.pip-installer.org/en/latest/installing.htm $ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py $ ${SUDO} python get-pip.py -Dowload and install [Scipy superpack](http://fonnesbeck.github.com/ScipySuperpack/) +Download and install [matplotlib](http://matplotlib.sourceforge.net/) + + $ pip install matplotlib + +Alternatively, you can fetch the fully fledged [Scipy +superpack](http://fonnesbeck.github.com/ScipySuperpack/) $ curl -O https://raw.github.com/fonnesbeck/ScipySuperpack/master/install_superpack.sh $ sh install_superpack.sh