libraries/wxPython3: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 16:48:32 -04:00
parent ce06694d5c
commit 0789a0a9d1
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
wxPython3 (Crossplatform GUI Toolkit)
wxPython is a GUI toolkit for the Python programming language. It allows
Python programmers to create programs with a robust, highly functional
graphical user interface simply and easily. It is implemented as a Python
extension module (native code) that wraps the popular wxWidgets cross
platform GUI library which is written in C++.
wxPython is a GUI toolkit for the Python programming language.
It allows Python programmers to create programs with a robust,
highly functional graphical user interface simply and easily. It is
implemented as a Python extension module (native code) that wraps the
popular wxWidgets cross platform GUI library which is written in C++.
Another optional dependency is libmspack, which is used by the CHM help
viewer.
@ -21,4 +21,4 @@ package and wx-config will point to correct version. The same solution
can be used if wxPython's wx-config is overwritten.
Optional dependency:
- To have webview support, please install webkit2gtk before installing wxGTK3.
- To have webview support, install webkit2gtk before installing wxGTK3.