From 735359da5b9cd03734e57e98d9ed4f0dfa130fd3 Mon Sep 17 00:00:00 2001 From: Jagadeesh Kotra Date: Sun, 17 Jan 2021 15:55:51 +0530 Subject: [PATCH] add pygobject3-devel to pygobject installation instructions --- tech/languages/python/pygobject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tech/languages/python/pygobject.md b/tech/languages/python/pygobject.md index 925a3e18..049c7f33 100644 --- a/tech/languages/python/pygobject.md +++ b/tech/languages/python/pygobject.md @@ -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 ``` ## Getting started