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

Skip to content

Commit 6c2748b

Browse files
committed
DOC better installation guidelines
* more stress on setting up virtual environments * underlined the fact that changing branches may affect c code
1 parent 78dc157 commit 6c2748b

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

doc/devel/gitwash/matplotlib_for_dev.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ or::
1515
1616
pip install -v -e .
1717

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.
18+
This installs matplotlib for development (i.e., builds everything and places
19+
the symbolic links back to the source code). This command has to be called
20+
everytime a `c` file is changed. Note that changing branches may change the
21+
`c`-code.
2122

22-
You may want to consider setting up a `virtual environment
23+
When working on bleeding edge packages, setting up a
24+
`virtual environment
2325
<http://docs.python-guide.org/en/latest/dev/virtualenvs/>`_ or a `conda
24-
environment <http://conda.pydata.org/docs/using/envs.html>`_
26+
environment <http://conda.pydata.org/docs/using/envs.html>`_ is recommended.
27+

0 commit comments

Comments
 (0)