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

Skip to content

Commit 2a581c3

Browse files
authored
Merge pull request #24368 from timhoffm/doc-dev-setup
DOC: Install dev dependencies before building matplotlib
2 parents 61c67e4 + 1665a61 commit 2a581c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/devel/development_setup.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ The simplest way to do this is to use either Python's virtual environment
8686

8787
Remember to activate the environment whenever you start working on Matplotlib.
8888

89+
Install additional development dependencies
90+
===========================================
91+
See :ref:`development-dependencies`.
92+
8993
Install Matplotlib in editable mode
9094
===================================
9195
Install Matplotlib in editable mode from the :file:`matplotlib` directory
@@ -101,10 +105,6 @@ true for ``*.py`` files. If you change the C-extension source (which might
101105
also happen if you change branches) you will have to re-run
102106
``python -m pip install -ve .``
103107

104-
Install additional development dependencies
105-
===========================================
106-
See :ref:`development-dependencies`.
107-
108108
Install pre-commit hooks (optional)
109109
===================================
110110
`pre-commit <https://pre-commit.com/>`_ hooks automatically check flake8 and

0 commit comments

Comments
 (0)