From 1df6b522824a0498317e7be712f4b7a704133907 Mon Sep 17 00:00:00 2001
From: Sebastian Oberschwendtner <sebastian.oberschwendtner@tum.de>
Date: Wed, 29 May 2024 14:23:41 +0200
Subject: [PATCH] Updates the required python version.

---
 docs/getting-started/installation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md
index 8a1b60d..49dd145 100644
--- a/docs/getting-started/installation.md
+++ b/docs/getting-started/installation.md
@@ -12,7 +12,7 @@
 *Required software:*
 
 - Windows / Linux
-- [:simple-python: Python :octicons-link-external-16:](https://www.python.org/) 3.11 or later
+- [:simple-python: Python :octicons-link-external-16:](https://www.python.org/) **3.11**
 - [:simple-git: Git :octicons-link-external-16:](https://git-scm.com/downloads) *(must be accessible from a terminal, i.e. added to your PATH variable if not)*
 - [:fontawesome-brands-java: Java Runtime Environment :octicons-link-external-16:](https://jdk.java.net/) *(download zip file, unzip to e.g. `C:\Programs`, add `bin` folder of JDK to your **PATH** variable)*
 - [RCE :octicons-link-external-16:](https://rcenvironment.de/) *integration platform (download zip file, unzip to e.g. `C:\Programs`)*
-- 
GitLab