diff options
-rw-r--r-- | libraries/wxPython3/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/wxPython3/README b/libraries/wxPython3/README index 3a3826baeaf69..0ca5d97f2d296 100644 --- a/libraries/wxPython3/README +++ b/libraries/wxPython3/README @@ -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. |