From 2514ca1989d98aceff464ab1642827c91d695c4e Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 1 Dec 2023 17:31:26 -0800 Subject: [PATCH] Updated Developer's Guide (markdown) --- Developer's-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer's-Guide.md b/Developer's-Guide.md index d916b74..0f2b984 100644 --- a/Developer's-Guide.md +++ b/Developer's-Guide.md @@ -15,7 +15,7 @@ The original UI was different, and the mission generation process was different ## Required tools -* [Python 3.11+](https://www.python.org/downloads/) +* [Python 3.12](https://www.python.org/downloads/) * A code Editor for Python. I recommend [PyCharm Community Edition](https://www.jetbrains.com/pycharm/download/#section=windows), you can add plugin for Lua. When you install Python, make sure to install pip for dependencies management. This should come preinstalled.