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 61807e1 commit 1c22fe8Copy full SHA for 1c22fe8
1 file changed
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