1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-04 09:31:12 +03:00

Releasing.md: Update for Python 3.8.6 and py2exe 0.10.x.

* Also put `--user` on the example `pip install` line.
This commit is contained in:
Athanasius 2021-03-22 12:39:32 +00:00
parent 54f797ada8
commit 3e54e1f015

View File

@ -36,15 +36,17 @@ You will need several pieces of software installed, or the files from their
recently tested version. You need the `Windows x86 executable installer` recently tested version. You need the `Windows x86 executable installer`
file, for the 32-bit version. file, for the 32-bit version.
1. [py2exe](https://github.com/albertosottile/py2exe) - Install the python 1. [py2exe](https://github.com/albertosottile/py2exe) - Install the python
module. You will need at least [version 0.10.0.1](https://github.com/albertosottile/py2exe/releases/tag/v0.10.0.1), module. You will need at least the [pre-release of 0.10.0.1](https://bintray.com/alby128/py2exe/py2exe/0.10.0.1#files)
specifically [py2exe-0.10.0.1-cp38-none-win32.whl](https://github.com/albertosottile/py2exe/releases/download/v0.10.0.1/py2exe-0.10.0.1-cp38-none-win32.whl). as we found 0.10.0.0 still had an issue with certifi and cacert.pem.
1. You'll now need to 'pip install' several python modules. 1. You'll now need to 'pip install' several python modules.
1. Ensure you have `pip` installed. If needs be see 1. Ensure you have `pip` installed. If needs be see
[Installing pip](https://pip.pypa.io/en/stable/installing/) [Installing pip](https://pip.pypa.io/en/stable/installing/)
1. The easiest way is to utilise the `requirements-dev.txt` file: 1. The easiest way is to utilise the `requirements-dev.txt` file:
`python -m pip install --user -r requirements-dev.txt`. This will install `python -m pip install --user -r requirements-dev.txt`. This will install
all dependencies plus anything required for development. all dependencies plus anything required for development *other than
py2exe, see above*.
1. Else check the contents of both `requirements.txt` and `requirements-dev.txt`, 1. Else check the contents of both `requirements.txt` and `requirements-dev.txt`,
and ensure the modules listed there are installed as per the version and ensure the modules listed there are installed as per the version
requirements. requirements.