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

Skip to content

Commit 8ee8a93

Browse files
QuLogicNelleV
authored andcommitted
Use dnf for Fedora install instructions.
1 parent 37af9a6 commit 8ee8a93

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

INSTALL.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ If you are on Linux, you might prefer to use your package manager. Matplotlib
4545
is packaged for almost every major Linux distribution.
4646

4747
* Debian / Ubuntu: ``sudo apt-get install python-matplotlib``
48-
* Fedora / Red Hat: ``sudo yum install python-matplotlib``
48+
* Fedora: ``sudo dnf install python-matplotlib``
49+
* Red Hat: ``sudo yum install python-matplotlib``
4950
* Arch: ``sudo pacman -S python-matplotlib``
5051

5152
.. _installing_windows:
@@ -227,9 +228,13 @@ required to build Matplotlib with::
227228

228229
sudo apt-get build-dep python-matplotlib
229230

230-
If you are on Fedora/RedHat, you can get all the dependencies required
231-
to build Matplotlib by first installing ``yum-builddep`` and then
232-
running::
231+
If you are on Fedora, you can get all the dependencies required to build
232+
Matplotlib with::
233+
234+
sudo dnf builddep python-matplotlib
235+
236+
If you are on RedHat, you can get all the dependencies required to build
237+
Matplotlib by first installing ``yum-builddep`` and then running::
233238

234239
su -c "yum-builddep python-matplotlib"
235240

0 commit comments

Comments
 (0)