From 1c22fe8de69eaf45156bc32ef06f6005996cac38 Mon Sep 17 00:00:00 2001 From: "Jerome F. Villegas" Date: Tue, 8 Sep 2020 11:04:05 -0700 Subject: [PATCH] DOCS: Change terminal language Co-authored-by: Jody Klymak --- doc/devel/contributing.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/devel/contributing.rst b/doc/devel/contributing.rst index e004dbafba17..9a8cf50ab546 100644 --- a/doc/devel/contributing.rst +++ b/doc/devel/contributing.rst @@ -89,13 +89,13 @@ use on a preexisting environment! A new environment can be set up with :: - python3 -mvenv /path/to/devel/env + python3 -mvenv and activated with one of the following:: - source /path/to/devel/env/bin/activate # Linux/macOS - /path/to/devel/env/Scripts/activate.bat # Windows cmd.exe - /path/to/devel/env/Scripts/Activate.ps1 # Windows PowerShell + source /bin/activate # Linux/macOS + \Scripts\activate.bat # Windows cmd.exe + \Scripts\Activate.ps1 # Windows PowerShell Whenever you plan to work on Matplotlib, remember to activate the development environment in your shell!