diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:06:41 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:06:41 -0400 |
commit | 172273ac792f4e314d271a568228d22b67469417 (patch) | |
tree | 95197477dd7a8ade15ac0a63d2e961e731ddb121 /python/PyInstaller | |
parent | 82a66777a8f7f9ac82d00216d1a76f10411a9aab (diff) |
python/PyInstaller: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/PyInstaller')
-rw-r--r-- | python/PyInstaller/README | 11 |
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. |