libraries/wxPython3: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
ce06694d5c
commit
0789a0a9d1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue