git pull
- Activate virtualenv (on Windows
.venv\Scripts\activate.bat
)- (MAKE SURE YOU HAVE A PYTHON 3.7 virtualenv to hand!)
- Remove
bcompiler-engine
anddatamaps
(pip uninstall bcompiler-engine datamaps
) pip install -e .
to reinstall in developer modepyinstaller cli.py --name "dm" --onefile
to create the executible indist
directory.- Upload to target download site
- Activate a Python 3.7 virtualenv
- If needed, do so with:
C:\Users\lemon\AppData\Local\Programs\Python\Python37\python.exe -m venv /tmp/datamaps-build
C:\tmp\datamaps-build\Scripts\Activate.ps1
- Ensure
pefile
andpywin32-ctypes
are installed pyinstaller cli.py --name "dm" --onefile
dm.exe
is built insidedist/