diff options
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0ae7625..6055fa7d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -192,7 +192,7 @@ $ git push origin [name_of_your_new_branch] ### Setting up for cmd2 development -For doing cmd2 development, it is recommended you create a virutal environment using Conda or Virtualenv and install the +For doing cmd2 development, it is recommended you create a virtual environment using Conda or Virtualenv and install the package from the source. #### Create a new environment for cmd2 using Pipenv @@ -234,7 +234,7 @@ pyenv versions # Install python version defined pyenv install 3.6.3 ``` -With the Python version installed, you can set the virutalenv properly. +With the Python version installed, you can set the virtualenv properly. ```sh $ cd ~/src/cmd2 |