From fb8595ff49c4f5ea2c494bab448a6afa09676f01 Mon Sep 17 00:00:00 2001 From: Joerg Schwieder Date: Wed, 28 Jan 2015 00:47:37 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10526f5..fb47410 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,21 @@ Installation on OSX The installation on OSX is quite similar to Linux. According to the reports for issue #28 you will have to do the following: -1. Download the ```get-pip.py``` script from here: - https://raw.github.com/pypa/pip/master/contrib/get-pip.py - 1. Open Terminal by typing ```Terminal``` in Spotlight. A command line interface should open. +1. Install pip. To do that, type + sudo easy_install pip + Note: for this to work you need to have XCode (the Mac developer + tools) installed, you will also need the Xcode command line tools, + but XCode will prompt you to install them if you don't. + Then follow step + +1. Alternatively, if you don't have and don't want to install XCode + you can also download the ```get-pip.py``` script from here: + https://raw.github.com/pypa/pip/master/contrib/get-pip.py + But please be aware that you are doing this at your own risk. You + are installing a binary through a script downloaded from the internet + without any verification... 1. Change to the ```Downloads``` directory From d52512c2866544f419c8a341249cc540053acd97 Mon Sep 17 00:00:00 2001 From: Joerg Schwieder Date: Wed, 28 Jan 2015 00:48:18 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb47410..474167b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ reports for issue #28 you will have to do the following: Note: for this to work you need to have XCode (the Mac developer tools) installed, you will also need the Xcode command line tools, but XCode will prompt you to install them if you don't. - Then follow step + Then go to step 5 below. 1. Alternatively, if you don't have and don't want to install XCode you can also download the ```get-pip.py``` script from here: From 0b4843799f1c6f245ca839ec41963b414f4df13d Mon Sep 17 00:00:00 2001 From: Joerg Schwieder Date: Wed, 28 Jan 2015 01:16:15 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 474167b..d7084b7 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ reports for issue #28 you will have to do the following: **Important Note**: At the moment you will need the developer version of gmusicapi. Install this version by doing: - pip install git+https://github.com/simon-weber/Unofficial-Google-Music-API.git@develop + sudo pip install git+https://github.com/simon-weber/Unofficial-Google-Music-API.git@develop 1. Install the Perl CPAN package [Inline](http://search.cpan.org/~ingy/Inline/) and