From f2b5a23ae2b40ddca12d10312a8474c6332e4a01 Mon Sep 17 00:00:00 2001 From: scott-vsi Date: Wed, 2 Mar 2016 11:00:49 -0500 Subject: [PATCH] Update installing_faq.rst clarifies that these instructions can be used when installing matplotlib for Python installed with Homebrew/Macports --- doc/faq/installing_faq.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/faq/installing_faq.rst b/doc/faq/installing_faq.rst index d914f21dee98..9de7ab2598ed 100644 --- a/doc/faq/installing_faq.rst +++ b/doc/faq/installing_faq.rst @@ -246,8 +246,8 @@ You can now install matplotlib and all its dependencies with:: pip install matplotlib -Macports -^^^^^^^^ +Macports Python +^^^^^^^^^^^^^^^ For Python 2.7:: @@ -259,8 +259,8 @@ For Python 3.4:: sudo port install py34-pip sudo pip-3.4 install matplotlib -Homebrew -^^^^^^^^ +Homebrew Python +^^^^^^^^^^^^^^^ For Python 2.7::