From bdcce84a3c96d12125377742322df4e6e95c23ef Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 23 Jan 2014 22:58:18 +0700 Subject: python/PyInstaller: Added (Converts Python programs). Signed-off-by: Willy Sudiarto Raharjo --- python/PyInstaller/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/PyInstaller/README (limited to 'python/PyInstaller/README') diff --git a/python/PyInstaller/README b/python/PyInstaller/README new file mode 100644 index 0000000000..0a45ff2318 --- /dev/null +++ b/python/PyInstaller/README @@ -0,0 +1,6 @@ +PyInstaller is a program that converts (packages) Python programs into +stand-alone executables, under Windows, Linux, Mac OS X, Solaris and AIX. +Its main advantages over similar tools are that PyInstaller works with +any version of Python since 2.4, it builds smaller executables thanks to +transparent compression, it is fully multi-platform, and use the OS support +to load the dynamic libraries, thus ensuring full compatibility. -- cgit v1.2.3