From d47354875e7763ca21d246d3e89d9c1b4306995b Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sun, 4 Apr 2021 00:52:38 +0200 Subject: [PATCH] Remove FAQ Installing - Linux notes This does not contain information that is not already present in the main installing docs. --- doc/faq/installing_faq.rst | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/doc/faq/installing_faq.rst b/doc/faq/installing_faq.rst index e1b97a505840..006a4290a4fb 100644 --- a/doc/faq/installing_faq.rst +++ b/doc/faq/installing_faq.rst @@ -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 `. -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 `. - OSX Notes =========