Skip to content

Commit

Permalink
[Docs] Pip references in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Oct 16, 2023
1 parent 2c6a5b1 commit cdb29c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# BenchMARL
[![tests](https://github.com/facebookresearch/BenchMARL/actions/workflows/unit_tests.yml/badge.svg)](test)
[![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue.svg)](https://www.python.org/downloads/)
<a href="https://pypi.org/project/benchmarl"><img src="https://img.shields.io/pypi/v/benchmarl" alt="pypi version"></a>
[![Downloads](https://static.pepy.tech/personalized-badge/benchmarl?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads)](https://pepy.tech/project/benchmarl)

```bash
python benchmarl/run.py algorithm=mappo task=vmas/balance
Expand Down Expand Up @@ -82,7 +84,7 @@ For more details, or for installing nightly versions, see the
#### Install BenchMARL
You can just install it from github
```bash
pip install git+https://github.com/facebookresearch/BenchMARL
pip install benchmarl
```
Or also clone it locally to access the configs and scripts
```bash
Expand Down

0 comments on commit cdb29c3

Please sign in to comment.