From 423a45daec420dd8d916295d39cc2bcffb3e5290 Mon Sep 17 00:00:00 2001 From: Sebastien Martini Date: Tue, 20 Dec 2011 14:58:56 +0100 Subject: Updated README file. --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.1