From 9905f609d4cb1add6480f16cd49a83eb95fc108d Mon Sep 17 00:00:00 2001 From: Francesco Palmarini Date: Tue, 8 May 2018 12:02:38 +0200 Subject: [PATCH] Update README.md update required packages for Ubuntu 18.04 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7da19a7..8f7d841 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ The scripts is now running with Python3 by default (tested w/ 3.6) and a virtual ## Installation ``` +sudo apt install git virtualenv build-essential python3-dev libdbus-glib-1-dev libgirepository1.0-dev git clone https://github.com/erpalma/lenovo-throttling-fix.git -sudo apt install virtualenv sudo ./install.sh ```