We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe13f0 commit 0e95d96Copy full SHA for 0e95d96
docs/installation.rst
@@ -91,6 +91,9 @@ Install the packages
91
92
Use ``pip install .[all]`` to install all packages.
93
94
+ When building a GUI for systems using GTK with pywebview, you may need to install additional packages: qtpy and PyGObject.
95
+ Use the following command: ``pip install qtpy PyGObject``.
96
+
97
Verify the installation
98
99
.. code-block:: bash
0 commit comments