From 60be84d57c8b1a3aa729fe7ddf98a3ee327b8097 Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Tue, 9 Oct 2018 14:02:08 +0200
Subject: [PATCH] Updating badges in the readme [skip-ci]

---
 README.rst | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/README.rst b/README.rst
index 532c4f85..c4a12cda 100644
--- a/README.rst
+++ b/README.rst
@@ -9,6 +9,8 @@
    :target: http://beatubulatest.lab.idiap.ch/private/docs/bob/bob.learn.tensorflow/master/index.html
 .. image:: https://gitlab.idiap.ch/bob/bob.learn.tensorflow/badges/master/build.svg
    :target: https://gitlab.idiap.ch/bob/bob.learn.tensorflow/commits/master
+.. image:: https://gitlab.idiap.ch/bob/bob.learn.tensorflow/badges/master/coverage.svg
+   :target: https://gitlab.idiap.ch/bob/bob.learn.tensorflow/commits/master
 .. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
    :target: https://gitlab.idiap.ch/bob/bob.learn.tensorflow
 .. image:: http://img.shields.io/pypi/v/bob.learn.tensorflow.png
@@ -22,7 +24,6 @@ This package is part of the signal-processing and machine learning toolbox
 Bob_. It provides tools to run comparable and reproducible biometric
 recognition experiments on publicly available databases.
 
-The `User Guide`_ provides installation and usage instructions.
 
 Installation
 ------------
@@ -30,11 +31,8 @@ Installation
 Follow our `installation`_ instructions. Then, using the Python interpreter
 provided by the distribution, bootstrap and buildout this package::
 
-  $ python bootstrap-buildout.py
-  $ ./bin/buildout
-
+  $ conda install bob.learn.tensorflow
 
-.. warning:: We assume that `tensorflow`_ is already installed.
 
 Contact
 -------
@@ -42,10 +40,10 @@ Contact
 For questions or reporting issues to this software package, contact our
 development `mailing list`_.
 
+Before doing that, check our documentation by clicking in the links on the top.
+
 
 .. Place your references here:
 .. _bob: https://www.idiap.ch/software/bob
 .. _installation: https://gitlab.idiap.ch/bob/bob/wikis/Installation
 .. _mailing list: https://groups.google.com/forum/?fromgroups#!forum/bob-devel
-.. _user guide: http://pythonhosted.org/bob.bio.base
-.. _tensorflow: https://www.tensorflow.org/versions/r0.11/get_started/os_setup.html
-- 
GitLab