From db99fd63d5ce2b7ec67f6d969d4f81a8706174d7 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Wed, 9 Sep 2015 12:26:59 +0530 Subject: [PATCH] updated mac commands --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 106f13b4..1bd494db 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,12 @@ mysql_install_db mysql.server start mysqladmin -uroot password ROOTPASSWORD ``` - +For installing Redis, pip and npm +``` +sudo easy_install pip +brew install redis +brew install npm +``` Install bench as a *non root* user,