summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2010-08-06 15:15:28 +0200
committerSebastien Martini <seb@dbzteam.org>2010-08-06 15:15:28 +0200
commit6d552d2cc8ab42e0bfee58a650d85007cad01525 (patch)
tree4afad13bb9a834061b3f6229ef39b532b8fd8052
parent5fe8449aac44408abdc183289678a3e5d4065980 (diff)
downloadpyinotify-6d552d2cc8ab42e0bfee58a650d85007cad01525.tar.gz
Updated README.
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 9a05b69..d8e4330 100644
--- a/README
+++ b/README
@@ -8,9 +8,9 @@ Project URL: http://trac.dbzteam.org/pyinotify/
- Linux >= 2.6.13
- Python (CPython) >= 2.4
-- Libc >= 2.4
-- ctypes (already included with Python >= 2.5)
-- Epydoc (optional, needed to generate docstrings)
+- Libc with inotify support (usually version >= 2.4 for GLibc)
+- ctypes (part of the standard library since Python 2.5)
+- Epydoc (optional, used to generate html documentation from docstrings)
==== Install ====