python-guide icon indicating copy to clipboard operation
python-guide copied to clipboard

Add AppImageKit to Freezing tools section

Open probonopd opened this issue 8 years ago • 0 comments

AppImageKit can be used to bundle the Python interpreter, libraries, modules, the payload Python application and any resources such as icons, fonts, graphics, etc., into a single executable file for Linux. The single executable file is loop-mounted when executed using FUSE, and the payload Python interpreter is executed.

http://appimage.org/

https://github.com/probonopd/AppImages/issues/172

probonopd avatar Jan 28 '17 23:01 probonopd