Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ conda activate retarget
|
|
18 |
|
19 |
# Step 2: Install dependencies
|
20 |
conda install pinocchio -c conda-forge
|
21 |
-
pip install numpy rerun-sdk trimesh
|
22 |
|
23 |
# Step 3: Run the script
|
24 |
python rerun_visualize.py
|
|
|
18 |
|
19 |
# Step 2: Install dependencies
|
20 |
conda install pinocchio -c conda-forge
|
21 |
+
pip install numpy rerun-sdk==0.22.0 trimesh
|
22 |
|
23 |
# Step 3: Run the script
|
24 |
python rerun_visualize.py
|