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

Skip to content

Commit 60e9feb

Browse files
committed
fill out dev docs
1 parent b4b4794 commit 60e9feb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

doc/devel/testing.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
99
infrastructure 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`.
2021
Requirements
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+
2331
The following software is required to run the tests:
2432

2533
- pytest_, version 3.0.0 or later

0 commit comments

Comments
 (0)