Add Python to Brew install list

This commit is contained in:
Dj Walker-Morgan
2015-03-19 15:32:05 +00:00
parent 4df1131647
commit 07c844e211
+1 -1
View File
@@ -40,7 +40,7 @@ For a diagram of the high availability decision loop, see the included a PDF: [p
Run the following on a Mac to install requirements:
```
brew install postgresql etcd haproxy libyaml
brew install postgresql etcd haproxy libyaml python
pip install psycopg2 pyyaml
```