From 8e1e2c477228d3553d05ec8cc2e3c74930240738 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 26 May 2021 13:16:00 -0700 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 a2017e5..ead7f2f 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.8.1+](https://www.python.org/downloads/) +* [Python 3.9+](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.