From 16a2bdda3ff722aab532a300764227666cd58405 Mon Sep 17 00:00:00 2001 From: Erik Letson Date: Thu, 9 Apr 2026 00:10:50 +0000 Subject: [PATCH] Update README for new dependencies --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 0a7f09e..bb79347 100644 --- a/README +++ b/README @@ -23,9 +23,9 @@ HOW TO PLAY INSTALLATION * Linux: - Gatemender depends on Python (version 3.6 or greater) and Pygame (version 2.0 or greater). It is - best run in a virtual environment. To set up one of these with pip, enter the following commands - in the Gatemender directory: + Gatemender depends on Python (version 3.13.12 or greater) and Pygame Community Edition (version 2.5.7 + or greater). It is best run in a virtual environment. To set up one of these with pip, enter the + following commands in the Gatemender directory: python3 -m venv env source env/bin/activate -- 2.47.3