From 87a7789cd047bc315dcc414570651044bbb9eda7 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 18 Aug 2018 10:55:10 -0500 Subject: [PATCH] README: note Python >= 3.5.2 requirement --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 44acb68..dc48591 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ 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. +It simply will not run on older Python versions. + `viera` uses the new `pipenv` python environment manager, you should install it before trying to make use of this software: