Skip to content

Commit c4d8bf8

Browse files
authored
Merge pull request matplotlib#27575 from dstansby/dev-install-quotes
Add quotes round .[dev] in editable install command
2 parents e5a85f9 + 82e5abf commit c4d8bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/development_setup.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Install Matplotlib in editable mode
174174
Install Matplotlib in editable mode from the :file:`matplotlib` directory using the
175175
command ::
176176

177-
python -m pip install --verbose --no-build-isolation --editable .[dev]
177+
python -m pip install --verbose --no-build-isolation --editable ".[dev]"
178178

179179
The 'editable/develop mode' builds everything and places links in your Python environment
180180
so that Python will be able to import Matplotlib from your development source directory.

0 commit comments

Comments
 (0)