We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a85f9 commit 82e5abfCopy full SHA for 82e5abf
doc/devel/development_setup.rst
@@ -174,7 +174,7 @@ Install Matplotlib in editable mode
174
Install Matplotlib in editable mode from the :file:`matplotlib` directory using the
175
command ::
176
177
- python -m pip install --verbose --no-build-isolation --editable .[dev]
+ python -m pip install --verbose --no-build-isolation --editable ".[dev]"
178
179
The 'editable/develop mode' builds everything and places links in your Python environment
180
so that Python will be able to import Matplotlib from your development source directory.
0 commit comments