summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2011-01-23 18:10:13 +0100
committerSebastien Martini <seb@dbzteam.org>2011-01-23 18:28:31 +0100
commitc5dc376399d5c527b694944f1dd2a29c5dd364e0 (patch)
tree289556039261188fe0e17633b81d60c542e3bed1
parent2054c250bc18fb030685278c47d48b03743224d5 (diff)
downloadpyinotify-c5dc376399d5c527b694944f1dd2a29c5dd364e0.tar.gz
Updated README.md.
-rw-r--r--README.md21
1 files changed, 12 insertions, 9 deletions
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