From 71f8c52056665ed58a945d47e748c1c46b337531 Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Tue, 17 Dec 2019 11:50:35 +0100 Subject: [PATCH] readme: add conda badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e8c4a3a7..fcf54bc6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ HPP-FCL — An extension of the Flexible Collision Library [](https://travis-ci.org/humanoid-path-planner/hpp-fcl) [](https://gepgitlab.laas.fr/humanoid-path-planner/hpp-fcl/commits/master) [](http://projects.laas.fr/gepetto/doc/humanoid-path-planner/hpp-fcl/master/coverage/) +<a href="https://anaconda.org/conda-forge/hpp-fcl"><img src="https://img.shields.io/conda/dn/conda-forge/hpp-fcl.svg" alt="Conda Downloads"/></a> +<a href="https://anaconda.org/conda-forge/hpp-fcl"><img src="https://img.shields.io/conda/vn/conda-forge/hpp-fcl.svg" alt="Conda Version"/></a> +<a href="https://conda.anaconda.org/conda-forge"><img src="https://anaconda.org/conda-forge/hpp-fcl/badges/installer/conda.svg" alt="Anaconda-Server Badge"/></a> This project is initially a fork from https://github.com/flexible-collision-library/fcl and has evolved since then. The main new features are: -- GitLab