We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c9625a + 4ee7eb0 commit 5eb2e65Copy full SHA for 5eb2e65
1 file changed
source/install.txt
@@ -8,6 +8,9 @@ that enables developers to access GObject-based libraries such as GTK+
8
within Python.
9
It exclusively supports GTK+ version 3 or later.
10
11
+For full IDE support (including autocomplete) you will also need the type stubs
12
+provided by the `PyGObject-stubs`_ package.
13
+
14
Dependencies
15
------------
16
@@ -58,6 +61,7 @@ To start a shell with the same environment as used by JHBuild, run::
58
61
$ jhbuild shell
59
62
60
63
.. _PyGObject: https://wiki.gnome.org/action/show/Projects/PyGObject
64
+.. _PyGObject-stubs: https://pypi.org/project/PyGObject-stubs/
65
.. _JHBuild: https://wiki.gnome.org/action/show/Projects/Jhbuild
66
.. _JHBuild manual: https://gnome.pages.gitlab.gnome.org/jhbuild/index.html
67
0 commit comments