From 7f7992766a6b5c8f972d29906f242ed91fbaf38d Mon Sep 17 00:00:00 2001
From: Schneider Leo <leo.schneider@etu.ec-lyon.fr>
Date: Mon, 5 Feb 2024 12:41:56 +0000
Subject: [PATCH] Update file README.md

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 4cabfa5..56c3e59 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,11 @@ If needed
 pip install pygame==2.5.2
 ```
 
+```sh
+pip install PyQt5
+```
+
+
 ### Usage
 
 Here is an example of how to use Gym to solve the `CartPole-v1` environment [Documentation](https://gymnasium.farama.org/environments/classic_control/cart_pole/):
-- 
GitLab