diff --git a/README.md b/README.md index 791808b..d39eb38 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ apt install ./web-greeter-VER.deb - PyQtWebEngine - ruamel.yaml - python-xlib +- pyinotify PIP dependencies are no longer required as long as common dependencies are satisfied. However, you can install PIP dependencies with: diff --git a/requirements.txt b/requirements.txt index 7b6762f..45d172f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ PyQt5 PyQtWebEngine ruamel.yaml python-xlib +pyinotify