From cdb29c3a619d3a22a1c602d54f4ab77bf97d736d Mon Sep 17 00:00:00 2001 From: Matteo Bettini Date: Mon, 16 Oct 2023 15:26:26 +0100 Subject: [PATCH] [Docs] Pip references in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05bca497..43aff6cb 100644 --- a/README.md +++ b/README.md @@ -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/) +pypi version +[![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 @@ -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