diff --git a/README.md b/README.md index 9724042..fca87f7 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements.txt b/requirements.txt index 04d60a9..f094f4d 100755 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file