From 017096371c9143e957227c9fbf78335bbcb3ddec Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Thu, 22 Oct 2020 16:52:11 +0200 Subject: [PATCH] [ci skip] Update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7550cee..9b002df 100644 --- a/README.md +++ b/README.md @@ -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: ```