From: Erik Letson Date: Thu, 9 Apr 2026 00:10:50 +0000 (+0000) Subject: Update README for new dependencies X-Git-Url: https://git.mortagarden.xyz/?a=commitdiff_plain;p=gatemender.git Update README for new dependencies --- 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