File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ $ git push origin [name_of_your_new_branch]
192
192
193
193
194
194
### Setting up for cmd2 development
195
- For doing cmd2 development, it is recommended you create a virutal environment using Conda or Virtualenv and install the
195
+ For doing cmd2 development, it is recommended you create a virtual environment using Conda or Virtualenv and install the
196
196
package from the source.
197
197
198
198
#### Create a new environment for cmd2 using Pipenv
@@ -234,7 +234,7 @@ pyenv versions
234
234
# Install python version defined
235
235
pyenv install 3.6.3
236
236
```
237
- With the Python version installed, you can set the virutalenv properly.
237
+ With the Python version installed, you can set the virtualenv properly.
238
238
239
239
``` sh
240
240
$ cd ~ /src/cmd2
You can’t perform that action at this time.
0 commit comments