diff --git a/README.rst b/README.rst index 532c4f85593f48cf18f7d1eb1246087b8ecaa634..c4a12cdafca5bbb5fa4bad6552b2672bbd97faea 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