summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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