Skip to content

Commit 7a1e079

Browse files
Update command-line instructions from the readme
1 parent a8fc7ec commit 7a1e079

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,16 @@ Loaders are implemented for the following robotics software:
4848

4949
Loading will automatically download the robot description if needed, and cache it to a local directory.
5050

51-
### Show a description
51+
### Command line
5252

53-
You can display a robot description directly from the command line:
53+
You can use [uv](https://docs.astral.sh/uv/) to manipulate robot descriptions directly from the command line:
5454

5555
```console
56-
python -m robot_descriptions show_in_meshcat go2_description
56+
uvx robot_descriptions pull iiwa14_description # download the robot description to cache
57+
uvx robot_descriptions show_in_meshcat go2_description # display the robot description
5758
```
5859

59-
A `robot_descriptions` alias for `python -m robot_descriptions` is also available.
60+
Try `uvx robot_descriptions -h` to see the list of available commands. Alternatively, once the package is installed from PyPI or conda-forge, you can call the `robot_descriptions` alias directly from the command line, or replace `uvx` by `uv run`, or `python -m robot_descriptions` (old school).
6061

6162
### Import as submodule
6263

0 commit comments

Comments
 (0)