diff --git a/doc/devel/development_setup.rst b/doc/devel/development_setup.rst index 8537e1229df4..c1e7500f4913 100644 --- a/doc/devel/development_setup.rst +++ b/doc/devel/development_setup.rst @@ -162,6 +162,7 @@ using the command :: python -m pip install -ve . + 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 @@ -170,6 +171,10 @@ true for ``*.py`` files. If you change the C-extension source (which might also happen if you change branches) you will have to re-run ``python -m pip install -ve .`` +If the installation is not working, please consult the :ref:`troubleshooting guide `. +If the guide does not offer a solution, please reach out via `chat `_ +or :ref:`open an issue `. + Verify the Installation =======================