8000
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.
2 parents 248ec0f + f9a2879 commit df0b3dbCopy full SHA for df0b3db
doc/devel/contributing.rst
@@ -93,9 +93,15 @@ A new environment can be set up with ::
93
94
and activated with one of the following::
95
96
+<<<<<<< HEAD
97
source <file folder location>/bin/activate # Linux/macOS
98
<file folder location>\Scripts\activate.bat # Windows cmd.exe
99
<file folder location>\Scripts\Activate.ps1 # Windows PowerShell
100
+=======
101
+ source <file folder location>/bin/activate # Linux/macOS
102
+ <file folder location>\Scripts\activate.bat # Windows cmd.exe
103
+ <file folder location>\Scripts\Activate.ps1 # Windows PowerShell
104
+>>>>>>> f9a2879ad64405c6bbf3d0719a3d264b096d6228
105
106
Whenever you plan to work on Matplotlib, remember to activate the development
107
environment in your shell!
0 commit comments