Skip to content

Commit 95b4152

Browse files
author
Chen Bao
authored
Update README.md
1 parent cad5655 commit 95b4152

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ The learning part for DexArt will release soon.
2828

2929
## Installation
3030

31-
1. Clone the repo and install Python dependencies with following commands.
31+
1. Clone the repo and Create a conda env with all the Python dependencies.
3232

3333
```bash
3434
git clone git@github.com:Kami-code/dexart-sim.git
3535
cd dexart-sim
36+
conda create --name dexart python=3.8
37+
conda activate dexart
3638
pip install -e .
3739
```
3840

0 commit comments

Comments
 (0)