To use the RecRnn Player it is necessary that you've a Spotify Premium Account.
Operating System | Browsers | Status |
---|---|---|
Mac/Windows/Linux | Chrome, Firefox, IE11 or above | Supported |
Microsoft Edge | Supported | |
Safari | Not Supported | |
Android | Chrome, Firefox | Not Supported |
iOS | Safari, Chrome | Not Supported |
- Make sure you have Miniconda installed
- Create conda environment with name recrnn_player:
conda env create -f environment.yml -n recrnn_player
- activate conda environment with
source activate recrnn_player
- Set environment variables:
- SPOTIPY_CLIENT_ID= xxx
- SPOTIPY_CLIENT_SECRET= xxx
- start the Redis-Server with
redis-server
python manage.py runserver
/ without automatic reload:python manage.py runserver --noreload
- Visit localhost:8000/
To deactivate conda environment source deactivate