Skip to content

Commit 6cbce15

Browse files
committed
add mujoco readme
1 parent 103191e commit 6cbce15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ inside [jupyter notebook](example/isaacgym/train_isaacgym_remote_server.ipynb) o
3131

3232
## Installation
3333

34-
From pip:
34+
From pip (original install, without mujoco web visualizer):
3535

3636
```shell
3737
pip install sim_web_visualizer
3838
```
3939

40-
From source:
40+
From source (with mujoco web visualizer):
4141

4242
**Note:** this visualizer does not have a Python version requirement but
4343
IsaacGym requires Python 3.6, 3.7, or 3.8
4444

4545
```shell
46-
git clone https://github.com/NVlabs/sim-web-visualizer
46+
git clone https://github.com/phj128/sim-web-visualizer
4747
cd sim-web-visualizer && git submodule update --init --recursive
4848
pip install -e .
4949

0 commit comments

Comments
 (0)