added setup instructions
This commit is contained in:
parent
0dcec5dce2
commit
0a50aaac7a
11
README.md
11
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue