Don't install spotipy from pip (it's outdated and I have my own fork)

This commit is contained in:
David Todd 2018-04-24 23:42:52 -05:00
parent 2c394bc45a
commit 862a87b8f7
2 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@ show_all_playlist.py - Unlike the name suggests, I did not see all my playlists.
* Edit "set_env.sh" to configure your API ID, Secret, and redirect using the information from your previously created app
* Configure your environment by running `set_env.sh`
* Run `pip install -r requirements.txt` to install the required dependencies
* Optionally `git clone https://github.com/alopexc0de/spotipy.git` into venv/lib/python2.7/site-packages/ (replacing the pip-installed spotipy)
* If using c0de's spotipy, include a port higher than 1024 inside `SPOTIPY_REDIRECT_URI`. For example: "http://localhost:8000/"
* `git clone https://github.com/alopexc0de/spotipy.git` into venv/lib/python2.7/site-packages/spotipy
* If using "server" from util.authorize_api(), include a port higher than 1024 inside `SPOTIPY_REDIRECT_URI`. For example: "http://localhost:8000/"
* Run any of the scripts to use them
## License: MIT

View File

@ -2,5 +2,5 @@ certifi==2018.1.18
chardet==3.0.4
idna==2.6
requests==2.18.4
spotipy==2.4.4
urllib3==1.22
six==1.11.0
urllib3==1.22