From 534720d01bef46197ff535b1f4e4bf2b474da04d Mon Sep 17 00:00:00 2001 From: Alasdair Hitchen Date: Wed, 30 Dec 2020 14:01:33 +0000 Subject: [PATCH] See https://wiki.qt.io/Qt_for_Python/Considerations - Problems with Python 3.8.0 --- 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 1ffc3f0..8f53003 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+](https://www.python.org/downloads/) +* [Python 3.8.1+](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.