aboutsummaryrefslogtreecommitdiff
path: root/python/PyInstaller
diff options
context:
space:
mode:
Diffstat (limited to 'python/PyInstaller')
-rw-r--r--python/PyInstaller/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/python/PyInstaller/README b/python/PyInstaller/README
index 0a45ff231808..814237cdce9f 100644
--- a/python/PyInstaller/README
+++ b/python/PyInstaller/README
@@ -1,6 +1,7 @@
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.
+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.