From 74a9d8cc54a6bdac3a0db43e16c16cae97ba8106 Mon Sep 17 00:00:00 2001 From: "Fredrick W. Warren" Date: Mon, 15 Apr 2019 15:19:29 -0700 Subject: [PATCH] Updated README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec3d053..5fb4a1a 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,13 @@ When placed in a cron job this uppdater will make an https call to a json api to retrieve the co2 savings and equivenant trees planted and overlay those numbers on a graphic and upload them to the website. # Dependancies -Python 3 and the packages `python-dotenv` and `Pillow` +Python 3 and contents of `requirements.txt` The font `Biko_Regular.otf` A `.png` graphic to write text on. # Bulid Instructions +`pip install -r requirements.txt` +crontab +`05 * * * * cd ~/.venv/solar_edge && direnv exec . python solar_edge.py > /dev/null 2>&1`