Skip to content

add pygobject3-devel to pygobject installation instructions #363

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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