From c2c184b4ef8efc620b5ee8d2188b1f59ff955da3 Mon Sep 17 00:00:00 2001 From: hackrush Date: Thu, 16 May 2019 19:14:50 +0530 Subject: [PATCH] Updated to include the environment variables needed in mac --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index b580fb02f..23eab038a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -17,6 +17,10 @@ After installing python 3, you'll need to install some additional libraries depe macOS users will need to install [xcode command line tools](https://developer.xamarin.com/guides/testcloud/calabash/configuring/osx/install-xcode-command-line-tools/) and [homebrew](http://brew.sh/). +These environment variables also need to be set +1. PYTHONUNBUFFERED=1 +2. EVENT_NOKQUEUE=1 + Remaining dependencies can then be installed by running: ```