From c78ba997ee69d25f269f4d7b0c43af7e3f84a066 Mon Sep 17 00:00:00 2001
From: Gallouedec Quentin <quentin.gallouedec@ec-lyon.fr>
Date: Mon, 6 Feb 2023 12:03:22 +0000
Subject: [PATCH] drop extra in sb3 install

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7a4c1ec..cd2f0fb 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ Stable-Baselines3 (SB3) is a high-level RL library that provides various algorit
 #### Installation
 
 ```sh
-pip install stable-baselines3[extra]
+pip install stable-baselines3
 ```
 
 > ⚠️ **Warning**
-- 
GitLab