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 61807e1 + 1c22fe8 commit 5488ba5Copy full SHA for 5488ba5
doc/devel/contributing.rst
@@ -89,13 +89,13 @@ use on a preexisting environment!
89
90
A new environment can be set up with ::
91
92
- python3 -mvenv /path/to/devel/env
+ python3 -mvenv <file folder location>
93
94
and activated with one of the following::
95
96
- source /path/to/devel/env/bin/activate # Linux/macOS
97
- /path/to/devel/env/Scripts/activate.bat # Windows cmd.exe
98
- /path/to/devel/env/Scripts/Activate.ps1 # Windows PowerShell
+ source <file folder location>/bin/activate # Linux/macOS
+ <file folder location>\Scripts\activate.bat # Windows cmd.exe
+ <file folder location>\Scripts\Activate.ps1 # Windows PowerShell
99
100
Whenever you plan to work on Matplotlib, remember to activate the development
101
environment in your shell!
0 commit comments