diff --git a/README.md b/README.md index 4a572c0..8c61e66 100644 --- a/README.md +++ b/README.md @@ -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`