From d03fce04be26da3643428df32d6efa65660694b4 Mon Sep 17 00:00:00 2001 From: Devilsaint Date: Mon, 21 Aug 2023 22:51:30 +0530 Subject: [PATCH] [doc]: added section Verify installation [doc]: added section Verify Installation [doc]: added section Verify installation --- doc/devel/development_setup.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/devel/development_setup.rst b/doc/devel/development_setup.rst index f42662849339..4d277fca2ab4 100644 --- a/doc/devel/development_setup.rst +++ b/doc/devel/development_setup.rst @@ -164,6 +164,22 @@ true for ``*.py`` files. If you change the C-extension source (which might also happen if you change branches) you will have to re-run ``python -m pip install -ve .`` +Verify the Installation +======================= + +Run the following command to make sure you have correctly installed Matplotlib in editable mode. +The command should be run when the virtual environment is activated :: + + python -c "import matplotlib; print(matplotlib.__file__)" + +This command should return : ``\lib\matplotlib\__init__.py`` + +We encourage you to run tests and build docs to verify that the code installed correctly and that the docs build cleanly, +so that when you make code or document related changes you are aware of the existing issues beforehand. + + * Run test cases to verify installation :ref:`testing` + * Verify documentation build :ref:`documenting-matplotlib` + Install pre-commit hooks ======================== `pre-commit `_ hooks save time in the review process by pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy