From 3d3aca7e11ee8124132cb001a8ae3c636c5c0308 Mon Sep 17 00:00:00 2001
From: Gallouedec Quentin <quentin.gallouedec@ec-lyon.fr>
Date: Mon, 6 Feb 2023 12:04:06 +0000
Subject: [PATCH] Complete drop of extra

---
 README.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/README.md b/README.md
index cd2f0fb..1bfda70 100644
--- a/README.md
+++ b/README.md
@@ -95,9 +95,6 @@ Stable-Baselines3 (SB3) is a high-level RL library that provides various algorit
 pip install stable-baselines3
 ```
 
-> ⚠️ **Warning**
-> If you use zsh as a shell, you'll need to use extra quote: `stable-baselines3"[extra]"`
-
 #### Usage
 
 Use the [Stable-Baselines3 documentation](https://stable-baselines3.readthedocs.io/en/master/) to implement the code to solve the CartPole environment with the Advantage Actor-Critic (A2C) algorithm.
-- 
GitLab