diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-24 02:14:54 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-24 02:14:54 -0400 |
commit | 325e52451a81b900ac77626a2d2a271854544627 (patch) | |
tree | 0766941d013cc732d74fa9e2dd5ae6a3d8ba80e5 | |
parent | ec02ad64d1a0cb25e7099f15dfec94f17948ef35 (diff) | |
download | cmd2-git-325e52451a81b900ac77626a2d2a271854544627.tar.gz |
Fixed spelling
-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 |