/python-grocery-list

Python grocery list example repository to introduce SWE practices

Primary LanguagePython

Build Status

Grocery List

The project aims to manage the content of your fridge.

Download and Install

Dependencies

Following packages are required:

pyyaml

Install

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 .