From a38f14e40c3bacc626525d017c318ff98548fc43 Mon Sep 17 00:00:00 2001 From: Hoffelhas Date: Mon, 25 Jan 2021 18:25:28 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b946763..271da63 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,13 @@ If this tool helped you out, I would really appreciate your support by providing # Requirements -* Python 3.8 -* ```todoist-python``` package. -* ```requests``` package. +Autodoist has been build with Python 3.9.1, which is the recommended version. Older versions of 3.x should be compatible, however be aware that they have not been tested. -A requirements.txt is provided, which allows you to install them by using pip: +To run Autodoist the following packages are required: +* ```todoist-python``` +* ```requests``` + +For your convenience a requirements.txt is provided, which allows you to install them by using pip: `pip install -r requirements.txt`