Skip to content

Commit 2fefab2

Browse files
[minor] Remove outdated readme link
1 parent cdbe0e9 commit 2fefab2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@
88

99
Import open source robot descriptions as Python modules.
1010

11-
Importing a description for the first time automatically downloads and caches files for future imports. Most [Awesome Robot Descriptions](https://github.com/robot-descriptions/awesome-robot-descriptions) are available. All of them [load successfully](https://github.com/robot-descriptions/robot_descriptions.py#loaders) in respectively MuJoCo (MJCF) or Pinocchio, iDynTree, PyBullet and yourdfpy (URDF).
11+
Importing a description for the first time automatically downloads and caches files for future imports. Most [Awesome Robot Descriptions](https://github.com/robot-descriptions/awesome-robot-descriptions) are available. All of them load successfully in respectively MuJoCo (MJCF) or Pinocchio, iDynTree, PyBullet and yourdfpy (URDF).
1212

1313
## Installation
1414

1515
### Install from pip
16+
1617
```console
1718
pip install robot_descriptions
1819
```
1920

2021
### Install from conda
22+
2123
```console
2224
conda install -c conda-forge robot_descriptions
2325
```

0 commit comments

Comments
 (0)