From d33afeb93302f3c6dba091968795c7ea9e0064fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kr=C4=8Dma?= Date: Mon, 10 Dec 2018 15:31:38 +0100 Subject: [PATCH] Update openSUSE installation notes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2774538..e215d0d 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,9 @@ sudo ./lenovo-throttling-fix/install.sh Feedback about Fedora installation is welcome. ### openSUSE -User *brycecordill* reported that the following dependecies are required for installing in openSUSE. I guess that python2 dependecies can be safely dropped. I would really appreciate any feedback from openSUSE users. +User *brycecordill* reported that the following dependencies are required for installing in openSUSE, tested on openSUSE 15.0 Leap. ``` -zypper install gcc python2-pip python3-devel python-devel dbus-1-glib-devel python3-cairo-devel cairo-devel python2-cairo-devel python3-gobject-cairo gobject-introspection-devel +zypper install gcc python3-devel dbus-1-glib-devel python3-cairo-devel cairo-devel python3-gobject-cairo gobject-introspection-devel git clone https://github.com/erpalma/lenovo-throttling-fix.git sudo ./lenovo-throttling-fix/install.sh ```