conpot
conpot copied to clipboard
Create conpot binaries
We should start generating and distributing conpot binaries with each release. We can use pyinstaller which can generate static binaries. Github actions would be perfect for this. Since it would create platform dependant binaries.
We should start with at least binaries on OSX and Debian :slightly_smiling_face:
I like to use pipx to similar effect.
Dependencies get installed in an isolated environment and a "binary" magically appears in your PATH.
@srenfo I assume @xandfury wants to improve ease of distribution