README.md: add pip install matplotlib
authorPaul Brossier <piem@piem.org>
Sat, 9 Feb 2013 09:30:22 +0000 (04:30 -0500)
committerPaul Brossier <piem@piem.org>
Sat, 9 Feb 2013 09:30:22 +0000 (04:30 -0500)
interfaces/python/README.md

index 59430493a264f747d51edba7272d4b1c793dc3f3..53197b0cfb7331b6c128c12018e90896348cbbf3 100644 (file)
@@ -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