Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DOC refactored installation instruction #8240

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 13 commits into from
Mar 23, 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
Next Next commit
Use dnf for Fedora install instructions.
  • Loading branch information
QuLogic authored and NelleV committed Mar 20, 2017
commit 8ee8a93bd284da57f4401ec71d89b5c0a284560c
13 changes: 9 additions & 4 deletions 13 INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ If you are on Linux, you might prefer to use your package manager. Matplotlib
is packaged for almost every major Linux distribution.

* Debian / Ubuntu: ``sudo apt-get install python-matplotlib``
* Fedora / Red Hat: ``sudo yum install python-matplotlib``
* Fedora: ``sudo dnf install python-matplotlib``
* Red Hat: ``sudo yum install python-matplotlib``
* Arch: ``sudo pacman -S python-matplotlib``

.. _installing_windows:
Expand Down Expand Up @@ -227,9 +228,13 @@ required to build Matplotlib with::

sudo apt-get build-dep python-matplotlib

If you are on Fedora/RedHat, you can get all the dependencies required
to build Matplotlib by first installing ``yum-builddep`` and then
running::
If you are on Fedora, you can get all the dependencies required to build
Matplotlib with::

sudo dnf builddep python-matplotlib

If you are on RedHat, you can get all the dependencies required to build
Matplotlib by first installing ``yum-builddep`` and then running::

su -c "yum-builddep python-matplotlib"

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.