diff --git a/doc/devel/development_setup.rst b/doc/devel/development_setup.rst index 911f6d1ffadf..837aa05b8b4e 100644 --- a/doc/devel/development_setup.rst +++ b/doc/devel/development_setup.rst @@ -127,6 +127,9 @@ The simplest way to do this is to use either Python's virtual environment \Scripts\activate.bat # Windows cmd.exe \Scripts\Activate.ps1 # Windows PowerShell + On some systems, you may need to type ``python3`` instead of ``python``. + For a discussion of the technical reasons, see `PEP-394 `_. + .. tab-item:: conda environment Create a new `conda`_ environment with :: @@ -144,6 +147,7 @@ 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. + Installing Matplotlib in editable mode ====================================== Install Matplotlib in editable mode from the :file:`matplotlib` directory