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

Skip to content

Commit 574ab82

Browse files
story645esibinga
andcommitted
added note about python 3 to venv
Co-authored-by: esibinga <[email protected]>
1 parent dbc906a commit 574ab82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/devel/development_setup.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ 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+
Note: You may need to type python3 instead of python.
131+
130132
.. tab-item:: conda environment
131133

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

145147
Remember to activate the environment whenever you start working on Matplotlib.
146148

149+
147150
Installing Matplotlib in editable mode
148151
======================================
149152
Install Matplotlib in editable mode from the :file:`matplotlib` directory

0 commit comments

Comments
 (0)