From dc2968c89d2a9060e1d1325cc9fda68e94b6a8c4 Mon Sep 17 00:00:00 2001
From: "akomaty@idiap.ch" <akomaty@idiap.ch>
Date: Tue, 6 Jun 2017 17:32:47 +0200
Subject: [PATCH] Update readme-template.rst - fix typo [skip ci]

---
 README.rst    | 9 +++++----
 comit_out.txt | 1 +
 2 files changed, 6 insertions(+), 4 deletions(-)
 create mode 100644 comit_out.txt

diff --git a/README.rst b/README.rst
index 44f8da0..116aa0f 100644
--- a/README.rst
+++ b/README.rst
@@ -7,6 +7,8 @@
    :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.core/master/index.html
 .. image:: https://gitlab.idiap.ch/bob/bob.core/badges/master/build.svg
    :target: https://gitlab.idiap.ch/bob/bob.core/commits/master
+.. image:: https://gitlab.idiap.ch/bob/bob.core/badges/master/coverage.svg
+   :target: https://gitlab.idiap.ch/bob/bob.core/commits/master
 .. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
    :target: https://gitlab.idiap.ch/bob/bob.core
 .. image:: http://img.shields.io/pypi/v/bob.core.svg
@@ -27,11 +29,10 @@ functionality like logging, random number generation and array type conversion.
 Installation
 ------------
 
-Follow our `installation`_ instructions. Then, using the Python interpreter
-provided by the distribution, bootstrap and buildout this package::
+Complete Bob's `installation`_ instructions. Then, to install this package,
+run::
 
-  $ python bootstrap-buildout.py
-  $ ./bin/buildout
+  $ conda install bob.core
 
 
 Contact
diff --git a/comit_out.txt b/comit_out.txt
new file mode 100644
index 0000000..d85417b
--- /dev/null
+++ b/comit_out.txt
@@ -0,0 +1 @@
+M	README.rst
-- 
GitLab