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 5cce862 commit 78dc157Copy full SHA for 78dc157
1 file changed
doc/devel/gitwash/matplotlib_for_dev.rst
@@ -11,6 +11,10 @@ navigate to the matplotlib directory and run the following in the shell:
11
12
python setup.py develop
13
14
+or::
15
+
16
+ pip install -v -e .
17
18
This installs matplotlib for development (i.e., builds everything and places the
19
symbolic links back to the source code). Note that this command has to be
20
called everytime a `c` file is changed.
0 commit comments