From d0f7c152af3becc82f1abbc487c2bccf97a95af7 Mon Sep 17 00:00:00 2001 From: Danja Vasiliev Date: Fri, 28 Dec 2018 17:34:49 +0100 Subject: [PATCH] Missing Debian/Ubuntu python3-wheel dep added python3-wheel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb71b5c..504e7d3 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Thanks to *felixonmars* for creating and maintaining this package. ### Debian/Ubuntu ``` -sudo apt install git build-essential python3-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev python3-venv +sudo apt install git build-essential python3-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev python3-venv python3-wheel git clone https://github.com/erpalma/lenovo-throttling-fix.git sudo ./lenovo-throttling-fix/install.sh ```