From 2b4143aef15447914212f0289002d9f6ee204aa6 Mon Sep 17 00:00:00 2001 From: Paul Lamere Date: Mon, 16 Jun 2014 13:38:47 -0400 Subject: [PATCH] Updated install procedures and docs --- README.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e25fa2e..e845fff 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ the library simply by downloading the distribution, unpack it and install in the python setup.py install +You can also install it using a popular package manager with + + `pip install SpotipyWebAPI` + +or + + `easy_install SpotipyWebAPI` + ## Dependencies diff --git a/setup.py b/setup.py index 72e00ff..93b49f0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( - name='SpotiPy', + name='SpotipyWebApi', version='1.200', description='simple client for the Spotify Web API', author="@plamere",