Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ brew install python (if you want to install via homebrew) Metta uses Python 2.7
sudo easy_install pip
```

Set up a virtual python enviroment in the repo folder
Set up a virtual python environment in the repo folder
ref: http://docs.python-guide.org/en/latest/dev/virtualenvs/
```
pip install --user pipenv
Expand Down