CRIStAL-Sigma / python-grocery-list

Python grocery list example repository to introduce SWE practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

Python grocery list example repository to introduce SWE practices


Languages

Language:Python 68.3%Language:Shell 31.7%