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",