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

Skip to content

Commit f230d7a

Browse files
committed
Fixing an incorrect apt-get command in installing_faq.rst.
1 parent 112a1b8 commit f230d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/faq/installing_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ and build and install as usual with::
115115
If you are on debian/ubuntu, you can get all the dependencies
116116
required to build matplotlib with::
117117

118-
sudo apt-get build_dep python-matplotlib
118+
sudo apt-get build-dep python-matplotlib
119119

120120
This does not build matplotlib, but it does get the install the
121121
build dependencies, which will make building from source easier.

0 commit comments

Comments
 (0)