We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc50583 commit c3680d7Copy full SHA for c3680d7
examples/show_in_meshcat.py
@@ -7,8 +7,8 @@
7
"""
8
Show a robot descriptions, specified from the command line, using MeshCat.
9
10
-This example requires Pinocchio, which is installed by ``pip install pin``, and
11
-MeshCat, which is installed by ``pip install meshcat``.
+This example requires Pinocchio, installed by e.g. `conda install pinocchio`,
+and MeshCat, which is installed by `pip install meshcat`.
12
13
14
import argparse
0 commit comments