From 396e5916a2f948bee9274572da3b71f44095c0a3 Mon Sep 17 00:00:00 2001 From: Thiago Macedo Date: Fri, 15 Mar 2019 20:40:02 -0300 Subject: [PATCH] documenting python3 requirement --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 4d11f27..0b6e83b 100644 --- a/readme.md +++ b/readme.md @@ -42,3 +42,7 @@ There's a systemd service file ready for use. # check the service sudo systemctl status app-timer ``` + +You must edit the file `config.yaml` for your timers setup. + +In the code there is some python 3 so this is required. For testing the timer and check it's outputs/configs, run `python3 timer.py`.