diff options
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 96c2d312..06d4299b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -222,7 +222,7 @@ pipenv shell #### Create a new environment for cmd2 using Conda ```sh $ conda create -n cmd2_py36 python=3.6 -$ conda activate cmd2 +$ conda activate cmd2_py36 ``` #### Create a new environment for cmd using Virtualenv |