From 49fd14d7c278fbf496ac28c61d9a13f82d7d6419 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 27 Sep 2024 11:30:23 -0500 Subject: [PATCH] Update the README --- README.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 4dd0fb6..3ef0e97 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,8 @@ WebAppify |pypi| |license| |build| -WebAppify is a simple module to easily create your own desktop apps of websites. WebAppify uses PyQt5 and QtWebEngine -for displaying the web page, and works on Python 3.8 and up. +WebAppify is a simple module to easily create your own desktop apps of websites. WebAppify uses PySide6 and QtWebEngine +for displaying the web page, and works on Python 3.10 and up. To create your own desktop web app, import and set up the WebApp class. @@ -19,8 +19,7 @@ This will create a window with the website, using the icon provided. .. note:: - If your site needs Flash Player, you'll need the appropriate Flash Player plugin installed system-wide. For QtWebKit - you will need the NPAPI plugin, and for QtWebEngine you will need the PPAPI plugin. + If your site needs Flash Player, you'll need the appropriate Flash Player plugin installed system-wide. Additional Options ------------------ @@ -31,7 +30,7 @@ Additional Options .. important:: This option was changed in version 0.4.0 from ``canMinimizeToTray`` to ``can_minimize_to_tray``. The old option - is still available, but is deprecated. It will be removed in 0.5.0. + is still available, but is deprecated. It will be removed in 0.6.0. To install a system tray icon, and minimize your application to the system tray, simply pass ``can_minimize_to_tray=True`` to the class and a tray icon will be installed with the necessary menu options.