Updated install procedures and docs

This commit is contained in:
Paul Lamere 2014-06-16 13:38:47 -04:00
parent 4da11677c5
commit 2b4143aef1
2 changed files with 9 additions and 1 deletions

View File

@ -11,6 +11,14 @@ the library simply by downloading the distribution, unpack it and install in the
python setup.py install python setup.py install
You can also install it using a popular package manager with
`pip install SpotipyWebAPI`
or
`easy_install SpotipyWebAPI`
## Dependencies ## Dependencies

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
name='SpotiPy', name='SpotipyWebApi',
version='1.200', version='1.200',
description='simple client for the Spotify Web API', description='simple client for the Spotify Web API',
author="@plamere", author="@plamere",