The project aims to manage the content of your fridge.
Following packages are required:
pyyamlClone this repository
git clone https://github.com/guillep/python-grocery-list.git
cd python-grocery-listAnd execute setup.py
pip install .Of course, if you're in development mode and you want to install also dev packages, documentation and/or tests, you can do as follows:
pip install -e .