Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c4d8bf8

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/devel/development_setup.rst

Copy file name to clipboardExpand all lines: doc/devel/development_setup.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.