From dfadb26285df424f0d2c2e9d89faf6df577ab494 Mon Sep 17 00:00:00 2001 From: David Todd Date: Tue, 24 Apr 2018 16:35:44 -0500 Subject: [PATCH] add port instructions to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68262e4..9724042 100755 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ show_all_playlist.py - Unlike the name suggests, I did not see all my playlists. * 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/" * Run any of the scripts to use them ## License: MIT