From ca2457edb86023b18bde7bfb155932eb26571e54 Mon Sep 17 00:00:00 2001 From: fr34kyn01535 Date: Mon, 4 Aug 2014 10:27:52 +0200 Subject: [PATCH 1/2] Update README.md Corrected dependency to pyspotify - forcing version 1.11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f55330..1971bf9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ prerequisites: -------------- * libspotify (download at https://developer.spotify.com/technologies/libspotify/) -* pyspotify (sudo pip install -U pyspotify, requires python-dev) +* pyspotify (sudo pip install pyspotify==1.11, requires python-dev) * spotify binary appkey (download at developer.spotify.com and copy to wd, requires premium!) From 36bd5ee9eef38f5439eb2f58a7aa5f85bb75934c Mon Sep 17 00:00:00 2001 From: fr34kyn01535 Date: Thu, 7 Aug 2014 13:13:21 +0200 Subject: [PATCH 2/2] Update README.md reordering prequesites as proposed by @theNailz --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1971bf9..aa0a484 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,16 @@ features prerequisites: -------------- +* python & essential build prequesites (sudo apt-get install python-dev python-pip lame build-essential libffi-dev unzip lame) + * libspotify (download at https://developer.spotify.com/technologies/libspotify/) -* pyspotify (sudo pip install pyspotify==1.11, requires python-dev) +* pyspotify (sudo pip install pyspotify==1.11) -* spotify binary appkey (download at developer.spotify.com and copy to wd, requires premium!) +* eyeD3 (sudo pip install eyeD3) -* lame (sudo apt-get install lame) +* spotify binary appkey (download at developer.spotify.com and copy to wd, requires premium!) -* eyeD3 (pip install eyeD3) TODO ----