From b9e08fb23d2b481bb3fa68a52ed1163033e1b38c Mon Sep 17 00:00:00 2001 From: Paul Lamere Date: Sat, 5 Apr 2014 09:24:02 -0400 Subject: [PATCH] Updated install instructions --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 1571d2e..b05b73e 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,7 @@ Spotipy is a thin client library for the Spotify Web API . ## Installation If you already have [Python](http://www.python.org/) and [pip](http://www.pip-installer.org/) on your system you can install -the library simply by running: - - pip install spotipy - -Or you can download the distribution, unpack it and install in the usual fashion: +the library simply by downloading the distribution, unpack it and install in the usual fashion: python setup.py install