Skip to content

Commit 0e95d96

Browse files
authored
Added missing optional dependencies for GUI (#627)
* Added missing optional dependencies for GUI * Removed qtpy and PyGObject dependecies and added note to the docs
1 parent 7fe13f0 commit 0e95d96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/installation.rst

+3
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ Install the packages
9191

9292
Use ``pip install .[all]`` to install all packages.
9393

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+
9497
Verify the installation
9598

9699
.. code-block:: bash

0 commit comments

Comments
 (0)