From 1665a61ba6bfb619dd785ae27948851377ae7c7e Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Fri, 4 Nov 2022 21:26:25 +0100 Subject: [PATCH] DOC: Install dev dependencies before building matplotlib Tell users to install dev dependencies before doing the editable install. This makes sure a C++ compiler ist available for the build step. --- doc/devel/development_setup.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/devel/development_setup.rst b/doc/devel/development_setup.rst index d69ca18f7c37..81939e2474dc 100644 --- a/doc/devel/development_setup.rst +++ b/doc/devel/development_setup.rst @@ -86,6 +86,10 @@ The simplest way to do this is to use either Python's virtual environment Remember to activate the environment whenever you start working on Matplotlib. +Install additional development dependencies +=========================================== +See :ref:`development-dependencies`. + Install Matplotlib in editable mode =================================== Install Matplotlib in editable mode from the :file:`matplotlib` directory @@ -101,10 +105,6 @@ 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 .`` -Install additional development dependencies -=========================================== -See :ref:`development-dependencies`. - Install pre-commit hooks (optional) =================================== `pre-commit `_ hooks automatically check flake8 and