blob: 83ffcd01f5c85a22b9e59422088c40d38c79b5d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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
|