first part of README.md

This commit is contained in:
2020-11-02 14:53:18 +01:00
parent 69da6f23b6
commit c4a0b44ef5

View File

@@ -1 +1,12 @@
# pyinotifyd
A daemon to monitore filesystems events with inotify on Linux and execute tasks, which can be Python functions or shell commands.
## Dependencies
[pyinotify](https://github.com/seb-m/pyinotify)
## Installation
* Install pyinotifyd with pip.
```sh
pip install pyinotifyd
```
* Modify /etc/pyinotifyd/config.py according to your needs.