added setup instructions

main
missytake 2023-12-14 23:46:44 +01:00
parent 0dcec5dce2
commit 0a50aaac7a
1 changed files with 11 additions and 0 deletions

View File

@ -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
```