diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2015-12-31 12:51:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-31 12:51:54 +0700 |
commit | 2340dc06109bdcb1580af45318b7db17b6686167 (patch) | |
tree | dc253a8865f32cc217008edb92e4431628b32c02 /python/pyinotify/README | |
parent | 768e6d4739a1cfe87c1c65f112ab364b58812b23 (diff) | |
download | slackbuilds-2340dc06109bdcb1580af45318b7db17b6686167.tar.gz |
python/pyinotify: Updated for version 0.9.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyinotify/README')
-rw-r--r-- | python/pyinotify/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/python/pyinotify/README b/python/pyinotify/README index 54db578c8f..8d2e7cf339 100644 --- a/python/pyinotify/README +++ b/python/pyinotify/README @@ -3,4 +3,9 @@ Pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13) called inotify. inotify is an event-driven notifier, its notifications are exported from kernel space to user space through three system calls. -pysetuptools and python3 are optional deps that will be used if present. +Optional dependencies: pysetuptools and python3 + +Note: To install python3 bindings pass the variable PYTHON3=yes to the +slackbuild. + + # PYTHON3=yes ./pyinotify.SlackBuild |