From 5ca44df3fe5b6b715307532083143a911f330e00 Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Fri, 14 Aug 2020 09:07:30 +0200 Subject: [PATCH] readme: add conda install procedure --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d702263..bdda0de 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ tutorials or show-cases. These source files do not intend to substitute their or ```bash sudo apt install robotpkg-py3\*-example-robot-data ``` + +### :snake: From <img src="https://s3.amazonaws.com/conda-dev/conda_logo.svg" height="18"> + +As simple as that: +```bash + conda install example-robot-data -c conda-forge +``` ### :turtle: With ROS -- GitLab