diff --git a/README.md b/README.md
index 4cabfa5ceb1ffcc21cda460be6c2ed2d91cce53c..56c3e59b7d6e65d8048298e5f1c4c4e9cd8a14ae 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/):