From ea325638e549b46ab19027c070d795ec7ea58094 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 9 Nov 2019 15:31:34 +0000 Subject: added pyinstaller build instructions --- BUILDING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 BUILDING.md (limited to 'BUILDING.md') diff --git a/BUILDING.md b/BUILDING.md new file mode 100644 index 0000000..83ffcd0 --- /dev/null +++ b/BUILDING.md @@ -0,0 +1,11 @@ +### Pyinstaller build + +* `git pull` +* Activate virtualenv (on Windows `.venv\Scripts\activate.bat`) +* Remove `bcompiler-engine` and `datamaps` (`pip uninstall bcompiler-engine + datamaps`) +* `pip install -e .` to reinstall in developer mode +* `pyinstaller cli.py --name "dm" --onefile` to create the executible in `dist` + directory. +* Upload to target download site + -- cgit v1.2.3