summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWouter <wwijsman@live.nl>2019-12-28 19:23:33 +0000
committerWouter <wwijsman@live.nl>2019-12-28 19:23:33 +0000
commitd2594956086e01e257f0583274cf22ee90feb110 (patch)
tree0f7844fdd8b0f76698239d1923b05951b06cad00 /docs
parent2b85c14cc80c1d6685c8bd979ec15560f888d2b8 (diff)
downloadpygobject-d2594956086e01e257f0583274cf22ee90feb110.tar.gz
Update openSUSE instructions
More packages are required to be able to run the example on the getting started page on openSUSE
Diffstat (limited to 'docs')
-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 c171b788..a2f53dd3 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -127,7 +127,7 @@ Installing from PyPI with pip:
Installing the system provided PyGObject:
#) Open a terminal
- #) Execute ``sudo zypper install python3-gobject gtk3``
+ #) Execute ``sudo zypper install python3-gobject python3-gobject-Gdk typelib-1_0-Gtk-3_0 libgtk-3-0``
#) Change the directory to where your ``hello.py`` script can be found
#) Run ``python3 hello.py``