Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb99d67

Browse files
committed
docs: Add explicit docs to make sure that the project installs in editable mode
1 parent 83b07d4 commit fb99d67

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

doc/devel/development_setup.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ command ::
178178

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

181+
:::NOTE
182+
You may need to install pip dependencies pybind11, meson-python, cmake, ninja, numpy for the project to work in editable mode.
183+
:::
181184
The 'editable/develop mode' builds everything and places links in your Python environment
182185
so that Python will be able to import Matplotlib from your development source directory.
183186
This allows you to import your modified version of Matplotlib without having to

0 commit comments

Comments
 (0)