summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2011-12-20 14:58:56 +0100
committerSebastien Martini <seb@dbzteam.org>2011-12-20 14:58:56 +0100
commit423a45daec420dd8d916295d39cc2bcffb3e5290 (patch)
tree9e911642e6e7e9115698bc52fb4af2749b7ba841
parentf0b0bd0c7ce2f5c77e44ad77061c55a0f5db3af6 (diff)
downloadpyinotify-423a45daec420dd8d916295d39cc2bcffb3e5290.tar.gz
Updated README file.
-rw-r--r--README.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/README.md b/README.md
index 308b689..328aed8 100644
--- a/README.md
+++ b/README.md
@@ -14,21 +14,19 @@
## Install
-### Install from the distributed tarball
+### 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 install it with `easy_install` (currently seems to be available only for Python2)
- # 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
+### Or get the current package from PyPI and install it with `pip` or `easy_install`
+
+ # 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 pyinotify
## Watch a directory