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

Skip to content

Commit 78dc157

Browse files
committed
ENH added pip install -e . to installation guide
1 parent 5cce862 commit 78dc157

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/devel/gitwash/matplotlib_for_dev.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ navigate to the matplotlib directory and run the following in the shell:
1111
1212
python setup.py develop
1313

14+
or::
15+
16+
pip install -v -e .
17+
1418
This installs matplotlib for development (i.e., builds everything and places the
1519
symbolic links back to the source code). Note that this command has to be
1620
called everytime a `c` file is changed.

0 commit comments

Comments
 (0)