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 ccd631b commit 96ac7f9Copy full SHA for 96ac7f9
README.md
@@ -20,8 +20,8 @@ This repo contains the **simulated environment** and **training code** for DexAr
20
1. Clone the repo and Create a conda env with all the Python dependencies.
21
22
```bash
23
-git clone git@github.com:Kami-code/dexart.git
24
-cd dexart
+git clone git@github.com:Kami-code/dexart-release.git
+cd dexart-release
25
conda create --name dexart python=3.8
26
conda activate dexart
27
pip install -e .
0 commit comments