From 07c844e2118641f866a65ac91dfaf4c030330670 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Thu, 19 Mar 2015 15:32:05 +0000 Subject: [PATCH] Add Python to Brew install list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 491920cd..9fa2a91a 100644 --- a/README.md +++ b/README.md @@ -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 ```