From bb048c3a6d47e197c42e7ed859460d5fea165766 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Fri, 8 May 2020 21:03:49 +0200 Subject: [PATCH] Apparently we want Python 3.8 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0da6b5..6eacac2 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ ## Installation -Ensure that you have at least Python 3.7 installed (3.6 might also work, didn't -test it though). +Ensure that you have at least Python 3.8 installed. To install PFERD or update your installation to the latest version, run this wherever you want to install/have installed PFERD: @@ -17,7 +16,7 @@ The use of [venv](https://docs.python.org/3/library/venv.html) is recommended. ## Example setup -In this example, `python3` refers to at least Python 3.7. +In this example, `python3` refers to at least Python 3.8. A full example setup and initial use could look like: ```