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

Skip to content

Commit de50bfa

Browse files
committed
DOC: bit more accurate how develop mode works
1 parent 600544c commit de50bfa

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

doc/devel/contributing.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@ command from the top-level directory ::
5959

6060
pip install -v -e ./
6161

62-
This installs Matplotlib in 'editable/develop mode', i.e.,
63-
builds everything and places symbolic links back to the source code
64-
from the install directory. Thus, any changes to the ``*.py`` files
65-
will be reflected the next time you import the library. If you change
66-
the c-extension source (which might happen if you change branches) you
62+
This installs Matplotlib in 'editable/develop mode', i.e., builds
63+
everything and places the correct link entries in the install
64+
directory so that python will be able to import Matplotlib from the
65+
source directory. Thus, any changes to the ``*.py`` files will be
66+
reflected the next time you import the library. If you change the
67+
c-extension source (which might happen if you change branches) you
6768
will need to run::
6869

6970
python setup.py build

0 commit comments

Comments
 (0)