diff --git a/README.rst b/README.rst index 60901544227c1b820ad80a5ee20ae0e660ad9ca5..366eb495043735a0b4deb5c6d32c4c69cf41253e 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,8 @@ :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.learn.em/master/index.html .. image:: https://gitlab.idiap.ch/bob/bob.learn.em/badges/master/build.svg :target: https://gitlab.idiap.ch/bob/bob.learn.em/commits/master +.. image:: https://gitlab.idiap.ch/bob/bob.learn.em/badges/master/coverage.svg + :target: https://gitlab.idiap.ch/bob/bob.learn.em/commits/master .. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg :target: https://gitlab.idiap.ch/bob/bob.learn.em .. image:: http://img.shields.io/pypi/v/bob.learn.em.svg @@ -47,11 +49,10 @@ The package includes the machine definition per se and a selection of different 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.learn.em Contact