Skip to content

Commit 2e68a4e

Browse files
authored
Merge pull request #27229 from ksunden/auto-backport-of-pr-27226-on-v3.8.x
Backport PR #27226 on branch v3.8.x (DOC: link out to troubleshooting guide in install)
2 parents bd6dd98 + 3127a29 commit 2e68a4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/devel/development_setup.rst

+5
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ using the command ::
162162

163163
python -m pip install -ve .
164164

165+
165166
The 'editable/develop mode', builds everything and places links in your Python
166167
environment so that Python will be able to import Matplotlib from your
167168
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
170171
also happen if you change branches) you will have to re-run
171172
``python -m pip install -ve .``
172173

174+
If the installation is not working, please consult the :ref:`troubleshooting guide <troubleshooting-faq>`.
175+
If the guide does not offer a solution, please reach out via `chat <https://gitter.im/matplotlib/matplotlib>`_
176+
or :ref:`open an issue <submitting-a-bug-report>`.
177+
173178
Verify the Installation
174179
=======================
175180

0 commit comments

Comments
 (0)