We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5a85f9 + 82e5abf commit c4d8bf8Copy full SHA for c4d8bf8
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