Merge pull request #298 from Troyhy/update-readme-for-ubuntu-install

Add python3-cairo-dev as requirement for ubuntu (21.10)
This commit is contained in:
Francesco Palmarini 2022-03-13 15:39:06 +01:00 committed by GitHub
commit 970001ec38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ sudo rc-service throttled start
### Debian/Ubuntu
```
sudo apt install git build-essential python3-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev python3-venv python3-wheel
sudo apt install git build-essential python3-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev python3-cairo-dev python3-venv python3-wheel
git clone https://github.com/erpalma/throttled.git
sudo ./throttled/install.sh
```