summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2009-12-26 15:59:50 +0100
committerSebastien Martini <seb@dbzteam.org>2009-12-26 15:59:50 +0100
commitcfcd47ef93314595aa50aa28505fa87d4c713fe9 (patch)
tree4f4da28e255f5b64efe6458bb671d68cb085ce14
parent68596454008d6bf26f960bdc930ff5044214058a (diff)
downloadpyinotify-cfcd47ef93314595aa50aa28505fa87d4c713fe9.tar.gz
Updated README.
-rw-r--r--README8
-rwxr-xr-xsetup.py2
2 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 79fae93..fa2cffb 100644
--- a/README
+++ b/README
@@ -15,11 +15,11 @@ Project URL: http://trac.dbzteam.org/pyinotify/
==== Install ====
-> Install from the distributed tarball
- # Choose your Python interpreter: either Python2 or Python3
- $ cd pyinotify/python[23]
- $ sudo python setup.py install
+ # Choose your Python interpreter: either python, python2.6, python3.0,..
+ # Replacing XXX accordingly with your previous choice type:
+ $ sudo pythonXXX setup.py install
--> OR install with "Easy Install" (currently will only works for Python2)
+-> OR install with "Easy Install" (currently seems to work only for Python2)
$ wget http://peak.telecommunity.com/dist/ez_setup.py
$ sudo python ez_setup.py
$ sudo easy_install pyinotify
diff --git a/setup.py b/setup.py
index 6c9e325..c30afce 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ from distutils.core import setup, Extension
from distutils.util import get_platform
# debug
-DISTUTILS_DEBUG = True
+DISTUTILS_DEBUG = False
# get platform
platform = get_platform()