summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2012-06-07 22:28:23 +0200
committerSebastien Martini <seb@dbzteam.org>2012-06-07 22:28:23 +0200
commitef6c7e71cf3a6262a4626cd7979cf9a5e86414f5 (patch)
tree835bdc825aea5a80e6277c0782f3118e0707f989
parent439565e3a378ed891c03efb0ac181cf9509c99fc (diff)
downloadpyinotify-ef6c7e71cf3a6262a4626cd7979cf9a5e86414f5.tar.gz
Cleaned-up Readme file a bit.
-rw-r--r--README.md19
1 files changed, 8 insertions, 11 deletions
diff --git a/README.md b/README.md
index 0298a85..ad8fe0a 100644
--- a/README.md
+++ b/README.md
@@ -9,25 +9,22 @@
## Dependencies
* Linux ≥ 2.6.13
-* Python ≥ 2.4
+* Python ≥ 2.4 (including Python 3.x)
## Install
-### Install Pyinotify using the distribution source
-
- # Choose your Python interpreter: either python, python2.6, python3.1,..
- # Replacing XXX accordingly, type:
- $ sudo pythonXXX setup.py install
-
-
-### Or get the current package from PyPI and install it with `pip` or `easy_install`
+### Get the current stable version from PyPI and install it with `pip`
# To install pip follow http://www.pip-installer.org/en/latest/installing.html
- # easy_install is bundled with setuptools
- $ sudo easy_install pyinotify
$ sudo pip install pyinotify
+### Or install Pyinotify directly from source
+
+ # Choose your Python interpreter: either python, python2.7, python3.2,..
+ # Replacing XXX accordingly, type:
+ $ sudo pythonXXX setup.py install
+
## Watch a directory