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

Skip to content

Commit 27c010a

Browse files
committed
Adding some Fedora/RedHat tips to the installing faq.
1 parent 119ed59 commit 27c010a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

doc/faq/installing_faq.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ and build and install as usual with::
117117

118118
sudo apt-get build-dep python-matplotlib
119119

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+
120126
This does not build matplotlib, but it does get all of the
121127
build dependencies, which will make building from source easier.
122128

0 commit comments

Comments
 (0)