From 06e47f99773dcf7d3298c44999e41c7753613dd6 Mon Sep 17 00:00:00 2001 From: Christopher51773 Date: Mon, 6 Apr 2015 10:30:56 +0100 Subject: [PATCH] Updated readme to reflect Mac OSX dependencies --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 7926502..ed68797 100644 --- a/README +++ b/README @@ -24,6 +24,9 @@ version of python, you need to get access to simplejson and httplib2. You can get simplejson from http://pypi.python.org/pypi/simplejson/ and httplib2 from http://code.google.com/p/httplib2/. +If you're installing fish on Mac OSX using python 2.7 you might also need to manually install httplib2. +The simplest way to install it is to first install pip by issuing 'sudo easy_install pip' in terminal. +Then to install httplib2 enter 'pip install httplib2'. CREDENTIALS ===========