Skip to content

Commit

Permalink
Removed extra pip install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
uchendui committed Sep 7, 2024
1 parent f33d4c0 commit c62367d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/content/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,3 @@ To install A2Perf from source, follow these steps:
```bash
pip install .[all]
```

Once pip installation becomes available, you'll be able to install A2Perf
directly:
```bash
# Install all domains
pip install a2perf[all]
# Or install specific domains
pip install a2perf[circuit-training]
pip install a2perf[web-navigation]
pip install a2perf[quadruped-locomotion]
```

0 comments on commit c62367d

Please sign in to comment.