File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,10 @@ The simplest way to do this is to use either Python's virtual environment
8686
8787Remember to activate the environment whenever you start working on Matplotlib.
8888
89+ Install additional development dependencies
90+ ===========================================
91+ See :ref: `development-dependencies `.
92+
8993Install Matplotlib in editable mode
9094===================================
9195Install 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
101105also 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-
108108Install pre-commit hooks (optional)
109109===================================
110110`pre-commit <https://pre-commit.com/ >`_ hooks automatically check flake8 and
You can’t perform that action at this time.
0 commit comments