The project aims to manage the content of your fridge.
Following packages are required:
pyyaml
Clone this repository
git clone https://github.com/guillep/python-grocery-list.git
cd python-grocery-list
And 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 .