We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9625a commit bef46e6Copy full SHA for bef46e6
1 file changed
source/install.txt
@@ -8,6 +8,8 @@ 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 (incl. autocomplete) you will also need typing stubs available here `PyGObject-stubs`_
12
+
13
Dependencies
14
------------
15
@@ -58,6 +60,7 @@ To start a shell with the same environment as used by JHBuild, run::
58
60
$ jhbuild shell
59
61
62
.. _PyGObject: https://wiki.gnome.org/action/show/Projects/PyGObject
63
+.. _PyGObject-stubs: https://pypi.org/project/PyGObject-stubs/
64
.. _JHBuild: https://wiki.gnome.org/action/show/Projects/Jhbuild
65
.. _JHBuild manual: https://gnome.pages.gitlab.gnome.org/jhbuild/index.html
66
0 commit comments