Skip to content

Commit

Permalink
Remove earlier change in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-jha committed May 12, 2024
1 parent 18d55aa commit 882728a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/devel/development_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,7 @@ command ::

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

:::NOTE
You may need to install pip dependencies pybind11, meson-python, cmake, ninja, numpy for the project to work in editable mode.
:::

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.
This allows you to import your modified version of Matplotlib without having to
Expand Down

0 comments on commit 882728a

Please sign in to comment.