Dorm Room Lights and Magic
- 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. - Install the project packages by running
python setup.py install
.