File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ The simplest way to do this is to use either Python's virtual environment
127
127
<file folder location>\Scripts\activate.bat # Windows cmd.exe
128
128
<file folder location>\Scripts\Activate.ps1 # Windows PowerShell
129
129
130
+ You may need to type python3 instead of python.
131
+
130
132
.. tab-item :: conda environment
131
133
132
134
Create a new `conda `_ environment with ::
@@ -144,6 +146,7 @@ The simplest way to do this is to use either Python's virtual environment
144
146
145
147
Remember to activate the environment whenever you start working on Matplotlib.
146
148
149
+
147
150
Installing Matplotlib in editable mode
148
151
======================================
149
152
Install Matplotlib in editable mode from the :file: `matplotlib ` directory
You can’t perform that action at this time.
0 commit comments