Update README.md

update required packages for Ubuntu 18.04
This commit is contained in:
Francesco Palmarini 2018-05-08 12:02:38 +02:00 committed by GitHub
parent 8ee7f3008c
commit 9905f609d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```