[ci skip] Update README

This commit is contained in:
Antonin RAFFIN 2020-10-22 16:52:11 +02:00
parent b896b7492e
commit 017096371c
1 changed files with 7 additions and 1 deletions

View File

@ -34,7 +34,13 @@ Documentation is available online: [https://sb3-contrib.readthedocs.io/](https:/
## Installation
**Note:** You need the `master` version of [Stable Baselines3](https://github.com/DLR-RM/stable-baselines3/).
To install Stable Baselines3 contrib with pip, execute:
```
pip install sb3-contrib
```
We recommend to use the `master` version of [Stable Baselines3](https://github.com/DLR-RM/stable-baselines3/).
To install Stable Baselines3 `master` version:
```