# HG changeset patch
# User Aurelien Campeas <aurelien.campeas@logilab.fr>
# Date 1255626041 -7200
#      Thu Oct 15 19:00:41 2009 +0200
# Node ID ba7dbc6a68d457cb03cc189f65113d722516dff1
# Parent  eff0513d21e855e55ab27d0ef4662249c200a26d
document the inplace way of building gecode extension

diff --git a/README b/README
--- a/README
+++ b/README
@@ -2,4 +2,11 @@
 
 INSTALL
 -------
+
+the standard way:
+
 python setup.py install
+
+building rql binary extension in place:
+
+python setup.py build_ext --inplace