소스 검색

readme installation: added setup instructions for xlib

Fabian Peter Hammerle 7 년 전
부모
커밋
6494be771b
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      README.md

+ 12 - 0
README.md

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