mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-18 09:57:40 +03:00
Releasing: py2exe via pip / requirements-dev.txt now.
This commit is contained in:
parent
0f3ba584e9
commit
cb678522d7
@ -35,17 +35,16 @@ You will need several pieces of software installed, or the files from their
|
|||||||
[v3.8.6](https://www.python.org/downloads/release/python-386/) is the most
|
[v3.8.6](https://www.python.org/downloads/release/python-386/) is the most
|
||||||
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) - Now available via PyPi,
|
||||||
module. You will need at least [version 0.10.0.1](https://github.com/albertosottile/py2exe/releases/tag/v0.10.0.1),
|
so will be picked up with the `pip install` below. Latest tested as per
|
||||||
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).
|
`requirements-dev.txt`.
|
||||||
|
|
||||||
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 *other than
|
all dependencies plus anything required for development.
|
||||||
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user