1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-07-07 04:08:56 +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 * `develop` is targeted at Python 3.9 and has no guarantee about working on
earlier Python versions. 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 ## Ensure Python is installed
On Windows or macOS Download and install an appropriate version from On Windows or macOS Download and install an appropriate version of CPython
[python.org](https://python.org). ('Core Python') from [python.org](https://python.org).
**You need a 32-bit version on Windows as this application has some code **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 that calls OS APIs that needs changing for 64-bit and we've not yet had the