Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9e3579

Browse files
authored
Merge pull request #26084 from story645/install
added note about python 3 to venv
2 parents e8bcd91 + 043df7b commit e9e3579

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/devel/development_setup.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ The simplest way to do this is to use either Python's virtual environment
127127
<file folder location>\Scripts\activate.bat # Windows cmd.exe
128128
<file folder location>\Scripts\Activate.ps1 # Windows PowerShell
129129

130+
On some systems, you may need to type ``python3`` instead of ``python``.
131+
For a discussion of the technical reasons, see `PEP-394 <https://peps.python.org/pep-0394>`_.
132+
130133
.. tab-item:: conda environment
131134

132135
Create a new `conda`_ environment with ::
@@ -144,6 +147,7 @@ The simplest way to do this is to use either Python's virtual environment
144147

145148
Remember to activate the environment whenever you start working on Matplotlib.
146149

150+
147151
Installing Matplotlib in editable mode
148152
======================================
149153
Install Matplotlib in editable mode from the :file:`matplotlib` directory

0 commit comments

Comments
 (0)