Skip to content

Commit 8f968b3

Browse files
committed
Updated README
1 parent 602fce4 commit 8f968b3

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ DreamControl is a ***scalable system*** for learning human-inspired whole-body h
3333

3434
Create a conda environment:-
3535
```bash
36-
conda create -n dreamcontrol python=3.10
36+
conda create -n dreamcontrol python=3.10 -y
3737
conda activate dreamcontrol
3838
```
3939

@@ -53,7 +53,7 @@ Check that the simulator runs as expected:-
5353
isaacsim
5454
```
5555

56-
### Install IsaacLab
56+
### Install DreamControl
5757

5858
Install dependencies:-
5959
```bash
@@ -79,24 +79,16 @@ Verify installation :-
7979
./isaaclab.sh -p scripts/tutorials/00_sim/create_empty.py
8080
```
8181

82-
### Install isaac_utils
82+
Install other dependencies :-
8383

8484
```bash
8585
cd isaac_utils
8686
pip install -e .
87-
```
88-
89-
### Install pyroki
90-
91-
```bash
87+
cd ..
9288
git clone https://github.com/chungmin99/pyroki.git
9389
cd pyroki
9490
pip install -e .
95-
```
96-
97-
### Install other dependencies :-
98-
99-
```bash
91+
cd ..
10092
pip install -r requirements.txt
10193
```
10294

0 commit comments

Comments
 (0)