Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added information about PyGObject-stubs to install.txt #221

Merged
merged 3 commits into from
Apr 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ that enables developers to access GObject-based libraries such as GTK+
within Python.
It exclusively supports GTK+ version 3 or later.

For full IDE support (including autocomplete) you will also need the type stubs
provided by the `PyGObject-stubs`_ package.

Dependencies
------------

Expand Down Expand Up @@ -58,6 +61,7 @@ To start a shell with the same environment as used by JHBuild, run::
$ jhbuild shell

.. _PyGObject: https://wiki.gnome.org/action/show/Projects/PyGObject
.. _PyGObject-stubs: https://pypi.org/project/PyGObject-stubs/
.. _JHBuild: https://wiki.gnome.org/action/show/Projects/Jhbuild
.. _JHBuild manual: https://gnome.pages.gitlab.gnome.org/jhbuild/index.html

Expand Down