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 103191e commit 6cbce15Copy full SHA for 6cbce15
README.md
@@ -31,19 +31,19 @@ inside [jupyter notebook](example/isaacgym/train_isaacgym_remote_server.ipynb) o
31
32
## Installation
33
34
-From pip:
+From pip (original install, without mujoco web visualizer):
35
36
```shell
37
pip install sim_web_visualizer
38
```
39
40
-From source:
+From source (with mujoco web visualizer):
41
42
**Note:** this visualizer does not have a Python version requirement but
43
IsaacGym requires Python 3.6, 3.7, or 3.8
44
45
46
-git clone https://github.com/NVlabs/sim-web-visualizer
+git clone https://github.com/phj128/sim-web-visualizer
47
cd sim-web-visualizer && git submodule update --init --recursive
48
pip install -e .
49
0 commit comments