Bundle the app using PyInstaller
Hi,
In order to provide some binary which could run without a python runtime, i'd need to know which OS you want to target.
I'm planning on using PyInstaller as suggested by @jonathan.blum by PM and it unfortunately isn't able to cross-bundle (generating a bundle for GNU/Linux on Window for exemple).
Once the targeted OS are defined, i'll try to generate the corresponding binary.