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
14 changes: 0 additions & 14 deletions doc/faq/installing_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,6 @@ installation of the package. In order to fully remove an installed Matplotlib:
2. Delete any Matplotlib directories or eggs from your :ref:`installation
directory <locating-matplotlib-install>`.

Linux Notes
===========

To install Matplotlib at the system-level, we recommend that you use your
distribution's package manager. This will guarantee that Matplotlib's
dependencies will be installed as well.

If, for some reason, you cannot use the package manager, you may use the wheels
available on PyPI::

python -m pip install matplotlib

or :ref:`build Matplotlib from source <install-from-git>`.

OSX Notes
=========

Expand Down