Update readme, install psutil lib for power_helper

This commit is contained in:
Adnan Hodzic 2023-02-05 09:29:19 +01:00 committed by GitHub
parent 8f343df8b8
commit c65eac3472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,8 @@ Navigate to repo location where `power_helper.py` resides, i.e:
`cd auto-cpufreq/auto_cpufreq`
Make sure to have `psutil` Python library installed before next step, i.e: `sudo python3 -m pip install psutil`
Then disable GNOME Power Profiles Daemon by runing:
`sudo python3 power_helper.py --gnome_power_disable`