1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-07-06 19:58:58 +03:00

Running-from-source: .python-version file & call main python CPython

Athanasius 2021-05-24 10:49:00 +01:00
parent 9558d0b87f
commit f6c47c7058

@ -9,10 +9,14 @@
* `develop` is targeted at Python 3.9 and has no guarantee about working on
earlier Python versions.
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
in the Windows installers/packages as it's not necessary.
## Ensure Python is installed
On Windows or macOS Download and install an appropriate version from
[python.org](https://python.org).
On Windows or macOS Download and install an appropriate version of CPython
('Core Python') from [python.org](https://python.org).
**You need a 32-bit version on Windows as this application has some code
that calls OS APIs that needs changing for 64-bit and we've not yet had the