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 cad5655 commit 95b4152Copy full SHA for 95b4152
README.md
@@ -28,11 +28,13 @@ The learning part for DexArt will release soon.
28
29
## Installation
30
31
-1. Clone the repo and install Python dependencies with following commands.
+1. Clone the repo and Create a conda env with all the Python dependencies.
32
33
```bash
34
git clone git@github.com:Kami-code/dexart-sim.git
35
cd dexart-sim
36
+conda create --name dexart python=3.8
37
+conda activate dexart
38
pip install -e .
39
```
40
0 commit comments