You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/devel/development_setup.rst
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,19 @@ true for ``*.py`` files. If you change the C-extension source (which might
164
164
also happen if you change branches) you will have to re-run
165
165
``python -m pip install -ve .``
166
166
167
+
Verify the Installation
168
+
==============================
169
+
170
+
1. Run the following command to make sure you have correctly installed matplotlib in editable mode. The command should be run when virtual environment is activate.
0 commit comments