From c5dc376399d5c527b694944f1dd2a29c5dd364e0 Mon Sep 17 00:00:00 2001 From: Sebastien Martini Date: Sun, 23 Jan 2011 18:10:13 +0100 Subject: Updated README.md. --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 95cbe23..5658963 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,10 @@ ## Dependencies -* Linux >= 2.6.13 -* Python (CPython) >= 2.4 -* 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) +* Linux ≥ 2.6.13 +* Python ≥ 2.4 +* A libc with inotify's binding +* ctypes (included in the standard library since Python2.6) ## Install @@ -20,13 +19,17 @@ ### Install from the distributed tarball # Choose your Python interpreter: either python, python2.6, python3.1,.. - # Replacing XXX accordingly with your previous choice type: + # Replacing XXX accordingly, type: $ sudo pythonXXX setup.py install -### Or install it with "Easy Install" (currently seems to work only for Python2) +### Or install it with `easy_install` (currently seems to be available only for Python2) - $ wget http://peak.telecommunity.com/dist/ez_setup.py - $ sudo python ez_setup.py + # Install easy_install + $ sudo apt-get install setuptools + # Or alternatively, this way + $ wget http://peak.telecommunity.com/dist/ez_setup.py + $ sudo python ez_setup.py + # Finally, install Pyinotify $ sudo easy_install pyinotify -- cgit v1.2.1