From 6f6970ff952962d8427e20aa71e3d69d37247b60 Mon Sep 17 00:00:00 2001 From: "akomaty@idiap.ch" <akomaty@idiap.ch> Date: Tue, 6 Jun 2017 17:28:20 +0200 Subject: [PATCH] Update readme-template.rst - fix typo [skip ci] --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 4ab5c95..03c60ae 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 -- GitLab