Missing Debian/Ubuntu python3-wheel dep

added python3-wheel
此提交包含在:
Danja Vasiliev
2018-12-28 17:34:49 +01:00
提交者 GitHub
父節點 d2361431cb
當前提交 d0f7c152af

查看文件

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