From d47490cde0b527b96fdf5482d3b49dc092d78459 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 9 Mar 2021 13:03:30 +0000 Subject: [PATCH] Running-from-source: Need official python for MacOS, not homebrew. --- Running-from-source.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Running-from-source.md b/Running-from-source.md index d681f2e..b416782 100644 --- a/Running-from-source.md +++ b/Running-from-source.md @@ -4,6 +4,11 @@ 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. On MacOS you will likely need a Python install from [the official Python + website](https://www.python.org/), rather than using HomeBrew. See + [#670 Update requirements.txt for MacOS](https://github.com/EDCD/EDMarketConnector/issues/670) + for discussion about this. + 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).