conpot icon indicating copy to clipboard operation
conpot copied to clipboard

Create conpot binaries

Open xandfury opened this issue 5 years ago • 2 comments

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:

xandfury avatar Nov 10 '20 16:11 xandfury

I like to use pipx to similar effect.

Dependencies get installed in an isolated environment and a "binary" magically appears in your PATH.

srenfo avatar Nov 13 '20 10:11 srenfo

@srenfo I assume @xandfury wants to improve ease of distribution

glaslos avatar Nov 13 '20 11:11 glaslos