Skip to content

Commit

Permalink
Merge pull request #27229 from ksunden/auto-backport-of-pr-27226-on-v…
Browse files Browse the repository at this point in the history
…3.8.x

Backport PR #27226 on branch v3.8.x (DOC: link out to troubleshooting guide in install)
  • Loading branch information
story645 authored Oct 30, 2023
2 parents bd6dd98 + 3127a29 commit 2e68a4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/devel/development_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <troubleshooting-faq>`.
If the guide does not offer a solution, please reach out via `chat <https://gitter.im/matplotlib/matplotlib>`_
or :ref:`open an issue <submitting-a-bug-report>`.

Verify the Installation
=======================

Expand Down

0 comments on commit 2e68a4e

Please sign in to comment.