Răsfoiți Sursa

readme installation: added psutil

Fabian Peter Hammerle 6 ani în urmă
părinte
comite
73cb34a0ff
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -9,16 +9,16 @@ Optional: Install cpulimit to enable use of parameter `--cpu-limit`
 
     $ sudo apt-get install cpulimit
 
-Optional: Install xlib for python to enable extended controls:
+Optional: Install xlib and psutil for python to enable extended controls:
 
 ```{sh}
-$ sudo apt-get install python3-xlib
+$ sudo apt-get install python3-xlib python3-psutil
 ```
 
 or
 
 ```{sh}
-$ pip3 install --user xlib
+$ pip3 install --user xlib psutil
 ```
 
 ## Configuration