From 1cbc0cfd0aa384fa63f4428621963408ba372b58 Mon Sep 17 00:00:00 2001 From: Pim Nelissen Date: Sun, 7 Sep 2025 17:40:54 +0200 Subject: [PATCH] specify the specific python version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c547e87..848a32a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains code from previous coursework, but organised and format # Installation -> NOTE: This guide assumes you have a working installation of Python 3 and git on a unix-like (Linux, MacOS) system. +> NOTE: This guide assumes you have a working installation of Python >= 3.12 and git on a unix-like (Linux, MacOS) system. First, clone the repository: