Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119ed59 commit 27c010aCopy full SHA for 27c010a
1 file changed
doc/faq/installing_faq.rst
@@ -117,6 +117,12 @@ and build and install as usual with::
117
118
sudo apt-get build-dep python-matplotlib
119
120
+ If you are on Fedora/RedHat, you can get all the dependencies
121
+ required to build matplotlib by first installing ``yum-builddep``
122
+ and then running::
123
+
124
+ su -c "yum-builddep python-matplotlib"
125
126
This does not build matplotlib, but it does get all of the
127
build dependencies, which will make building from source easier.
128
0 commit comments