diff options
author | Fernando Dias <fdiasdev@gmail.com> | 2018-10-15 13:44:21 -0300 |
---|---|---|
committer | Fernando Dias <fdiasdev@gmail.com> | 2018-10-15 13:47:37 -0300 |
commit | ab09f9f59745fbc789d867bce175db254182d3cd (patch) | |
tree | 7134a72d26ef03923dcbce6f202c9ce082de6cdc | |
parent | bc606126f29aca921f2b0755b047191906dfab9f (diff) | |
download | cmd2-git-ab09f9f59745fbc789d867bce175db254182d3cd.tar.gz |
Add conda activate environment on Contributing documentation
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4bba342..c3da497c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -185,7 +185,7 @@ For doing cmd2 development, it is recommended you create a virutal environment u #### Create a new environment for cmd2 using Conda ```sh $ conda create -n cmd2_py36 python=3.6 -$ source activate cmd2 +$ conda activate cmd2 ``` #### Create a new environment for cmd using Virtualenv |