You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used pyinstaller in the past, which might work for this. The following is a snippet from another (private) project which might almost work as is. It will create the executable pp-p2p-parser that can then be called via commandline.
A one-click executable with all dependencies in one folder can be created using the pyinstaller package.
It has to be installed using e.g. pip3 install pyinstaller. Once this dependency is installed, the following
command creates the folder to be distributed to users in the dist folder:
Check if a standalone package could be generated or if deployment on pypi is an option.
Also includes proper release management in a sense.
The text was updated successfully, but these errors were encountered: