Skip to content

Building a package

Kate edited this page Jan 30, 2018 · 1 revision

You can build a package from given source code using PyInstaller. In this case, run script:

./build.py <version_no>

If the build process is completed successfully, then ready package will be saved in ./dist folder.

Clone this wiki locally