Skip to content

Commit 07e7f82

Browse files
authored
Merge pull request matplotlib#24370 from meeseeksmachine/auto-backport-of-pr-24368-on-v3.6.x
Backport PR matplotlib#24368 on branch v3.6.x (DOC: Install dev dependencies before building matplotlib)
2 parents 4fe87aa + 566e817 commit 07e7f82

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)