summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoli Babenia <anatoli@rainforce.org>2021-01-17 17:42:14 +0000
committerPatrick Griffis <tingping@tingping.se>2021-08-23 16:16:36 +0000
commitc8518e12a10e04a1d6cd7c3ffd685f08fdca7194 (patch)
treec4792a26ddecf6d2ca732f9ba1915f3857f0eca6
parent945d91245503c50c2137132b5e9ab2277065eae7 (diff)
downloadgobject-introspection-c8518e12a10e04a1d6cd7c3ffd685f08fdca7194.tar.gz
`cairo-gobject-devel` is needed for Fedora
-rw-r--r--docs/getting_started.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index a2f53dd3..43b48d2a 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -91,7 +91,7 @@ Installing the system provided PyGObject:
Installing from PyPI with pip:
#) Open a terminal and enter your virtual environment
- #) Execute ``sudo dnf install gcc gobject-introspection-devel cairo-devel pkg-config python3-devel gtk3``
+ #) Execute ``sudo dnf install gcc gobject-introspection-devel cairo-gobject-devel pkg-config python3-devel gtk3``
to install the build dependencies and GTK
#) Execute ``pip3 install pycairo`` to build and install Pycairo
#) Execute ``pip3 install PyGObject`` to build and install PyGObject