diff --git a/README.rst b/README.rst index 4ab5c951bd6441a6dbbd382c42b4e798c3861a09..03c60ae49fbb59be85057f23a1db204d3133a549 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,8 @@ :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.learn.libsvm/master/index.html .. image:: https://gitlab.idiap.ch/bob/bob.learn.libsvm/badges/master/build.svg :target: https://gitlab.idiap.ch/bob/bob.learn.libsvm/commits/master +.. image:: https://gitlab.idiap.ch/bob/bob.learn.libsvm/badges/master/coverage.svg + :target: https://gitlab.idiap.ch/bob/bob.learn.libsvm/commits/master .. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg :target: https://gitlab.idiap.ch/bob/bob.learn.libsvm .. image:: http://img.shields.io/pypi/v/bob.learn.libsvm.svg @@ -26,11 +28,10 @@ Bob_. It contains a set of Pythonic bindings for LIBSVM. 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.libsvm Contact