From ef6c7e71cf3a6262a4626cd7979cf9a5e86414f5 Mon Sep 17 00:00:00 2001 From: Sebastien Martini Date: Thu, 7 Jun 2012 22:28:23 +0200 Subject: Cleaned-up Readme file a bit. --- README.md | 19 ++++++++----------- 1 file 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 -- cgit v1.2.1