-
Notifications
You must be signed in to change notification settings - Fork 256
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
add pygobject3-devel to pygobject installation instructions #363
base: master
Are you sure you want to change the base?
Conversation
Why? |
This package seems to be needed for building most python gtk applications. Meson will complain when it encounters |
I'm not sure, as I'm not familiar with the process... maybe it should be just a suggestion? @hroncok PTAL. |
I am not much familiar with pygobject, sorry. |
In that case, I'm fine with it, but please explain what it's for in the text above the command. |
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$ 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 |
ping: #363 (comment) |
No description provided.