From b0f1c97c21f44d3a54ff8dd5eef9be678ea6ff23 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 1 Jan 2021 15:29:10 +0000 Subject: [PATCH] Specify necessary versions of Python --- Running-from-source.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Running-from-source.md b/Running-from-source.md index 667c46b..7e5dfa5 100644 --- a/Running-from-source.md +++ b/Running-from-source.md @@ -1,6 +1,9 @@ Running from source === +You will currently need at least Python 3.7.x to run `stable` code. In order to run +`develop` you will need Python 3.8.x or higher (3.9.x has had some testing). + 1. You have two choices: 1. Using a zip of the latest stable source. Download and extract the [latest stable source code](https://github.com/EDCD/EDMarketConnector/archive/stable.zip).