Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc906a commit 574ab82Copy full SHA for 574ab82
doc/devel/development_setup.rst
@@ -127,6 +127,8 @@ The simplest way to do this is to use either Python's virtual environment
127
<file folder location>\Scripts\activate.bat # Windows cmd.exe
128
<file folder location>\Scripts\Activate.ps1 # Windows PowerShell
129
130
+ Note: You may need to type python3 instead of python.
131
+
132
.. tab-item:: conda environment
133
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.
148
149
150
Installing Matplotlib in editable mode
151
======================================
152
Install Matplotlib in editable mode from the :file:`matplotlib` directory
0 commit comments