Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Doc updates #9291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 7, 2017
Merged
Changes from 1 commit
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
Prev Previous commit
Tweak wording in install faq.
  • Loading branch information
anntzer committed Oct 7, 2017
commit 5562bf03808e1699f11ee55243fce0934f33c4e4
10 changes: 5 additions & 5 deletions doc/faq/installing_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ installation of the package. In order to fully remove an installed Matplotlib:
Linux Notes
===========

To install Matplotlib at the system-level we recommend that you use your
distribution's package manager to install Matplotlib. This will guarantee
that Matplotlib's dependencies will be installed as well.
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 can not use the package manager, you may use the
manylinux wheels available on PyPI::
If, for some reason, you cannot use the package manager, you may use the wheels
available on PyPI::

python -mpip install matplotlib

Expand Down