From 2653c39c8524f7563eb23150146cc5054a2b3f71 Mon Sep 17 00:00:00 2001 From: egillax Date: Fri, 25 Aug 2023 18:17:51 +0200 Subject: [PATCH] update python version mentioned in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52a2ac8bc..838a82cff 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ System Requirements Requires R (version 4.0 or higher). Installation on Windows requires [RTools](http://cran.r-project.org/bin/windows/Rtools/). Libraries used in PatientLevelPrediction require Java and Python. The python installation is required for some of the machine learning algorithms. We advise to -install Python 3.7 using Anaconda (https://www.continuum.io/downloads). +install Python 3.8 or higher using Anaconda (https://www.continuum.io/downloads). Getting Started ===============