This commit is contained in:
Jeffrey Linwood
2016-11-14 10:43:51 -06:00
parent 49b3c6d012
commit 9b59babd18

View File

@@ -70,7 +70,7 @@ We need to set up your Python environment. Install `virtualenv` via `pip`:
pip install virtualenv pip install virtualenv
``` ```
Next, we need to install our depenedencies: Next, we need to install our dependencies:
```bash ```bash
virtualenv venv virtualenv venv