8000 [doc]: add 'validate' section to install doc · matplotlib/matplotlib@4e55f47 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e55f47

Browse files
committed
[doc]: add 'validate' section to install doc
1 parent f919744 commit 4e55f47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/devel/development_setup.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ Verify the Installation
169169

170170
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.
171171

172-
python -c "import matplotlib; print(matplotlib.__file__)"
172+
.. code-block:: bash
173+
python -c "import matplotlib; print(matplotlib.__file__)"
173174
174175
This command should return : ``<matplotlib_local_repo>\lib\matplotlib\__init__.py``
175176
2. Link to the running the tests page to verify that the code installed clean:

0 commit comments

Comments
 (0)
0