/drlm

Dorm Room Lights and Magic

Primary LanguageJupyter NotebookMIT LicenseMIT

DRLM

Dorm Room Lights and Magic

Setup

  1. Create a virtual env by running python3.9 -m venv venv/drlm && source venv/drlm/bin/activate && python -m pip install -r requirements.txt from the root of the repository.
  2. Install the project packages by running python setup.py install.