File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ using the command ::
162162
163163 python -m pip install -ve .
164164
165+
165166The 'editable/develop mode', builds everything and places links in your Python
166167environment so that Python will be able to import Matplotlib from your
167168development 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
170171also 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+
173178Verify the Installation
174179=======================
175180
You can’t perform that action at this time.
0 commit comments