benknoble / mad-eye-moody

Spotify/Moodify app HackNC 2018
3 stars 2 forks source link

Moodify

This project is considered experimental

Setup venv:

You may need to add .venv to your gitignore (edit .git/info/exclude).

$ python3 -m venv .venv
$ source .venv/bin/activate

Install dev requirements

(.venv) $ pip install -r requirements.txt