File tree 1 file changed +4
-4
lines changed
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
86
86
87
87
Remember to activate the environment whenever you start working on Matplotlib.
88
88
89
+ Install additional development dependencies
90
+ ===========================================
91
+ See :ref: `development-dependencies `.
92
+
89
93
Install Matplotlib in editable mode
90
94
===================================
91
95
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
101
105
also happen if you change branches) you will have to re-run
102
106
``python -m pip install -ve . ``
103
107
104
- Install additional development dependencies
105
- ===========================================
106
- See :ref: `development-dependencies `.
107
-
108
108
Install pre-commit hooks (optional)
109
109
===================================
110
110
`pre-commit <https://pre-commit.com/ >`_ hooks automatically check flake8 and
You can’t perform that action at this time.
0 commit comments