From 0a50aaac7ab47bf0c2a1dc339b466707ca7b6ee5 Mon Sep 17 00:00:00 2001 From: missytake Date: Thu, 14 Dec 2023 23:46:44 +0100 Subject: [PATCH] added setup instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f15d00b..069d084 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,14 @@ The 5th of November. This Delta Chat bot sends out reminders once a day, depending on an input file. + +## Setup + +``` +python3 -m venv venv +. venv/bin/activate +echo "REMEMBER_EMAIL=diary@testrun.org" > .env +echo "REMEMBER_PASSWORD=`pass show other/diary@testrun.org`" >> .env +pip install -e . +pyinfra @local local-deploy.py +```