First Kivy app attempt - simple calorie counting application
- Make sure you are in project root (i.e.
calorie-app) - Run:
pip install -e .(-eoptional for development)
- Run:
python -m calorie_count
- For setting up deploy environment see
_deploy_tips.txt
- Make sure package installed (See 'Installation' above)
- Goto
calorie_count/tests - Run
python -m unittest
- python3.10 (or higher)
- kivy
- kivymd
- matplotlib
- sqlalchemy



