611 B
611 B
Instructions
Build Standalone Bundle
You can create a bundle that includes everything, including Python, for easy distribution.
Just run make_installer.py with the following command. The distribution can be found in dist/krowlog You will have
to run this on all target platforms.
venv312/bin/python make_installer.py
Update Python
- install the latest python version. We need the dev version, because PyInstaller requires it.
sudo apt install python-3.12-dev python-3.12-venv - create new virtual environment with
python3.12 -m venv /path/to/venv - select the venv in PyCharm