From e62b2f6dd4d06e99c2707066314d398577c9ef78 Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Tue, 18 Feb 2014 21:43:01 -0800 Subject: [PATCH] DOC: point downloads at the matplotlib downloads --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 4a169d387b0b..8b0589c24923 100644 --- a/INSTALL +++ b/INSTALL @@ -51,7 +51,7 @@ interactive shell for python that is matplotlib-aware. Next, we need to get matplotlib installed. We provide prebuilt binaries for OS X and Windows on the matplotlib `download -`_ page. Click on +`_. Click on the latest release of the "matplotlib" package, choose your python version (2.6, 2.7 or 3.2) and your platform (macosx or win32). If you have any problems, please check the :ref:`installing-faq`, search @@ -122,7 +122,7 @@ If you are interested in contributing to matplotlib development, running the latest source code, or just like to build everything yourself, it is not difficult to build matplotlib from source. Grab the latest *tar.gz* release file from `the download page -`_, or if you want +`_, or if you want to develop matplotlib or just need the latest bugfixed version, grab the latest git version :ref:`install-from-git`. @@ -157,7 +157,7 @@ These are external packages which you will need to install before installing matplotlib. Windows users only need the first two (python and numpy) since the others are built into the matplotlib Windows installers available for download at `the download page -_`. If you are +`_. If you are building on OSX, see :ref:`build_osx`. If you are installing dependencies with a package manager on Linux, you may need to install the development packages (look for a "-dev" postfix) in addition to