File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Matplotlib's testing infrastructure depends on pytest_. The tests are in
88:file: `lib/matplotlib/tests `, and customizations to the pytest testing
99infrastructure are in :mod: `matplotlib.testing `.
1010
11+ .. _dependencies : http://matplotlib.org/users/installing.html#dependencies
1112.. _pytest : http://doc.pytest.org/en/latest/
1213.. _mock : https://docs.python.org/3/library/unittest.mock.html>
1314.. _Ghostscript : https://www.ghostscript.com/
@@ -20,6 +21,13 @@ infrastructure are in :mod:`matplotlib.testing`.
2021Requirements
2122------------
2223
24+ We strongly recommend developing new features in a seperate virtualenv.
25+
26+ Install all the matplotlib dependencies _, and install matplotlib into the
27+ virtualenv with ``pip install -e matplotlib `` (but note the changes needed to
28+ ``setup.cfg `` below) which will allow you to edit the code without
29+ reinstalling.
30+
2331The following software is required to run the tests:
2432
2533 - pytest _, version 3.0.0 or later
You can’t perform that action at this time.
0 commit comments