/GrocyPY

A way to integrate online receipt tracking and using Grocy to manage groceries at home

Primary LanguagePython

Installation

Make Sure you install python 3. Then create a virtual environment by doing

python -m venv virtual

Then to start a virtual environment on windows with cmd

virtual/Scripts/activate.bat

With Powershell

virtual/Scripts/Activate.ps1

For more information look here.

To install depdedencies run

python -m pip install -r requirements