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 82e5abf

Browse filesBrowse files
committed
Add quotes round .[dev] in editable install cmd
1 parent e5a85f9 commit 82e5abf
Copy full SHA for 82e5abf

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.