X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/faq/installing_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ You can now install matplotlib and all its dependencies with::

pip install matplotlib

Macports
^^^^^^^^
Macports Python
^^^^^^^^^^^^^^^

For Python 2.7::

Expand All @@ -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::

Expand Down
X Tutup