Skip to content

Commit 79ffecf

Browse files
GiulioRomualdiStéphane Caron
authored andcommitted
Add conda installation procedure in the README
1 parent 3c1fb76 commit 79ffecf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Build](https://img.shields.io/github/actions/workflow/status/robot-descriptions/robot_descriptions.py/test.yml?branch=master)](https://github.com/robot-descriptions/robot_descriptions.py/actions)
44
[![Coverage](https://coveralls.io/repos/github/robot-descriptions/robot_descriptions.py/badge.svg?branch=master)](https://coveralls.io/github/robot-descriptions/robot_descriptions.py?branch=master)
55
[![PyPI version](https://img.shields.io/pypi/v/robot_descriptions)](https://pypi.org/project/robot_descriptions/)
6+
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/robot_descriptions.svg)](https://anaconda.org/conda-forge/robot_descriptions)
67
[![Contributing](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/robot-descriptions/robot_descriptions.py/tree/master/CONTRIBUTING.md)
78

89
Import open source robot descriptions as Python modules.
@@ -11,10 +12,16 @@ Importing a description for the first time automatically downloads and caches fi
1112

1213
## Installation
1314

15+
### Install from pip
1416
```console
1517
pip install robot_descriptions
1618
```
1719

20+
### Install from conda
21+
```console
22+
conda install -c conda-forge robot_descriptions
23+
```
24+
1825
## Usage
1926

2027
The library provides `load_robot_description` functions that return an instance of a robot description directly usable in the corresponding software. For example:

0 commit comments

Comments
 (0)