python/PyInstaller: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 04:06:41 -04:00
parent 82a66777a8
commit 172273ac79
1 changed files with 6 additions and 5 deletions

View File

@ -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.