Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/devel/development_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Install Matplotlib in editable mode
Install Matplotlib in editable mode from the :file:`matplotlib` directory using the
command ::

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

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