From 4ec919829fa86741018b3bfc69b175e98f94117d Mon Sep 17 00:00:00 2001 From: Walter Ray Haynie <37820425+walterroach@users.noreply.github.com> Date: Tue, 22 Feb 2022 00:19:42 -0600 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 87cbf8f..0eaf93f 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.9+](https://www.python.org/downloads/) +* [Python 3.10+](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.