Skip to content

Commit

Permalink
fix name bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cypypccpy committed Apr 13, 2022
1 parent d065c36 commit 7378b1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ install instructions if you have any trouble running the samples.
Once Isaac Gym is installed and samples work within your current python environment, install this repo:

#### Install from PyPI
Bi-DexHands is hosted on PyPI. It requires Python >= 3.6.
Bi-DexHands is hosted on PyPI. It requires Python >= 3.7.
You can simply install Bi-DexHands from PyPI with the following command:

```bash
pip install bi-dexhands
pip install bidexhands
```
#### Install from source code
You can also install this repo from source code:
Expand Down
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Python dependencies required for development
gym
torch==1.8.1
matplotlib==3.5.1
tb-nightly
tqdm
ipdb
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# Installation operation
setup(
name="bi-dexhands",
name="bidexhands",
author="cypypccpy",
version="0.1.1",
description="Benchmark environments for Dexterous Hand in NVIDIA IsaacGym.",
Expand Down

0 comments on commit 7378b1a

Please sign in to comment.