From c3d286cf66643e0ccf088ccdf2df24061d5f8c0c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 9 Feb 2013 04:30:22 -0500 Subject: [PATCH] README.md: add pip install matplotlib --- interfaces/python/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.26.2