File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ If you are on Linux, you might prefer to use your package manager. Matplotlib
45
45
is packaged for almost every major Linux distribution.
46
46
47
47
* 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 ``
49
50
* Arch: ``sudo pacman -S python-matplotlib ``
50
51
51
52
.. _installing_windows :
@@ -227,9 +228,13 @@ required to build Matplotlib with::
227
228
228
229
sudo apt-get build-dep python-matplotlib
229
230
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::
233
238
234
239
su -c "yum-builddep python-matplotlib"
235
240
You can’t perform that action at this time.
0 commit comments