Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 369 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 369 Bytes

kitchen-keeper

Kitchen Keeper keeps track of your food inventory.

Dependencies

All python related dependencies are tracked in python-django/requirements.txt. To install the requirements into a venv, run sh reqsinstall from the python-django directory. To use the environment, run source .env/bin/activate. To return to your regular shell, type deactivate.