From 9e4945b86503b7bffe59fb65e14c63ff5c8b6783 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Tue, 25 Sep 2012 16:58:29 +0200
Subject: [PATCH] Make README a bit clearer

---
 README.rst | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/README.rst b/README.rst
index 7d682b8..1f02faf 100644
--- a/README.rst
+++ b/README.rst
@@ -32,26 +32,7 @@ If you use this package, the author asks you to cite the following paper::
   }
 
 Installation
-------------
-
-To install these bindings, you will need the open-source library `Bob
-<http://www.idiap.ch/software/bob/>`_ installed somewhere. At least version 1.1
-of Bob is required. If you have compiled Bob yourself and installed it on a
-non-standard location, you will need to note down the path leading to the root
-of that installation.
-
-Just type::
-
-  $ python bootstrap.py
-  $ ./bin/buildout
-
-If Bob is installed in a non-standard location, edit the file ``buildout.cfg``
-to set the root to Bob's local installation path. Remember to use the **same
-python interpreter** that was used to compile Bob, then execute the same steps
-as above.
-
-On your own buildout
-====================
+============
 
 You can just add a dependence for ``xbob.flandmark`` on your ``setup.py`` to
 automatically download and have this package available at your satellite
@@ -78,6 +59,25 @@ example::
 
   ...
 
+Development
+-----------
+
+To install these bindings, you will need the open-source library `Bob
+<http://www.idiap.ch/software/bob/>`_ installed somewhere. At least version 1.1
+of Bob is required. If you have compiled Bob yourself and installed it on a
+non-standard location, you will need to note down the path leading to the root
+of that installation.
+
+Just type::
+
+  $ python bootstrap.py
+  $ ./bin/buildout
+
+If Bob is installed in a non-standard location, edit the file ``buildout.cfg``
+to set the root to Bob's local installation path. Remember to use the **same
+python interpreter** that was used to compile Bob, then execute the same steps
+as above.
+
 Usage
 -----
 
-- 
GitLab