File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ using the command ::
162
162
163
163
python -m pip install -ve .
164
164
165
+
165
166
The 'editable/develop mode', builds everything and places links in your Python
166
167
environment so that Python will be able to import Matplotlib from your
167
168
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
170
171
also happen if you change branches) you will have to re-run
171
172
``python -m pip install -ve . ``
172
173
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
+
173
178
Verify the Installation
174
179
=======================
175
180
You can’t perform that action at this time.
0 commit comments