From 26a6d80227e3f339e7f286d67afe40537e88cfa5 Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Mon, 28 Dec 2020 11:36:12 +0100 Subject: [PATCH] README.md: Requires Python 3.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a52af9f..788bfdc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ in this package as the `LICENSE` file. ## Setup -You need at least Python 3.5 (3.5.2 or newer recommended) to make use of this software. +You need at least Python 3.6 (latest version of 3.x recommended) to make use of this software. It simply will not run on older Python versions. Install the dependencies as you normally would (`pip3 install -r requirements.txt`).