File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,9 @@ The simplest way to do this is to use either Python's virtual environment
106
106
<file folder location>\Scripts\activate.bat # Windows cmd.exe
107
107
<file folder location>\Scripts\Activate.ps1 # Windows PowerShell
108
108
109
+ On some systems, you may need to type ``python3 `` instead of ``python ``.
110
+ For a discussion of the technical reasons, see `PEP-394 <https://peps.python.org/pep-0394 >`_.
111
+
109
112
.. tab-item :: conda environment
110
113
111
114
Create a new `conda `_ environment with ::
@@ -123,6 +126,7 @@ The simplest way to do this is to use either Python's virtual environment
123
126
124
127
Remember to activate the environment whenever you start working on Matplotlib.
125
128
129
+
126
130
Installing Matplotlib in editable mode
127
131
======================================
128
132
Install Matplotlib in editable mode from the :file: `matplotlib ` directory
You can’t perform that action at this time.
0 commit comments