Skip to content
Open
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
2 changes: 1 addition & 1 deletion tech/languages/python/pygobject.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PyGObject provides full support of GObject Introspection and all of its features
To install PyGObject on Fedora, run:

```
$ sudo dnf install python3-gobject
$ sudo dnf install python3-gobject pygobject3-devel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$ sudo dnf install python3-gobject pygobject3-devel
$ sudo dnf install python3-gobject pygobject3-devel
# `pygobject3-devel` seems to be needed for building most python gtk applications

```

## Getting started
Expand Down