Skip to content

Commit c3680d7

Browse files
minor: Correct example description
1 parent fc50583 commit c3680d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/show_in_meshcat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"""
88
Show a robot descriptions, specified from the command line, using MeshCat.
99
10-
This example requires Pinocchio, which is installed by ``pip install pin``, and
11-
MeshCat, which is installed by ``pip install meshcat``.
10+
This example requires Pinocchio, installed by e.g. `conda install pinocchio`,
11+
and MeshCat, which is installed by `pip install meshcat`.
1212
"""
1313

1414
import argparse

0 commit comments

Comments
 (0)