From eeeb841a159e8004397c01ec84a013403128692e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 6 Jul 2020 12:29:20 -0400 Subject: [PATCH] Add desired improvements (link to issues) and troubleshooting (no, really, use python3) to readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 57223be..14820f9 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,22 @@ python3 pomodoroprompt.py ``` See the `logs/` folder for daily, one-pomodoro-at-a-time time logs. + +## Desired improvements + +Too many to write down. Suggest your own: + +https://gitlab.com/agaric/pomodoroprompt/-/issues + +## Troubleshooting + +If you run `python pomodoroprompt.py` and get: + +``` + File "pomodoroprompt.py", line 85 + print('\r', str_minutes(to_go), sep='', end='') + ^ +SyntaxError: invalid syntax +``` + +You need to specify Python 3: `python pomodoroprompt.py`