File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6768will need to run::
6869
6970 python setup.py build
You can’t perform that action at this time.
0 commit comments