File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments