Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 324 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 324 Bytes

Getting started

  1. Paste your genius.com API key into a file called .genius_key
  2. Create a python3 virtualenv: virtualenv -p python3 venv
  3. Activate the virtualenv: source venv/bin/activate
  4. Install dependencies from requirements.txt: pip install -r requirements.txt
  5. Run the project: python3 index.py