From 2f2995bb4731c18d34e81c97141e43350d327a02 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 7 Dec 2022 19:25:44 +0000 Subject: [PATCH] Only developers should run `develop` --- Running-from-source.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Running-from-source.md b/Running-from-source.md index 8d5e51b..de57460 100644 --- a/Running-from-source.md +++ b/Running-from-source.md @@ -7,7 +7,8 @@ [TypeError when running from source on stable branch #1497](https://github.com/EDCD/EDMarketConnector/issues/1497)) * `develop` is targeted at Python 3.10 and has no guarantee about working on - earlier Python versions. + earlier Python versions. **If you are not actively developing the application + then you SHOULD NOT BE RUNNING THIS BRANCH.** In general you can check the contents of the file `.python-version` in the source for the version that code is targeting. This file is *not* included