diff --git a/RLLib_training/README.md b/RLLib_training/README.md
index b7e0f4d9d7146b9e8a459a9aff77dcc773f0b851..8bda956f226af1c7ef4c7e1237b447cf7af4327a 100644
--- a/RLLib_training/README.md
+++ b/RLLib_training/README.md
@@ -1,6 +1,8 @@
 This repository allows to run Rail Environment multi agent training with the RLLib Library.
 
 ## Installation:
+
+To run scripts of this repository, the deep learning library tensorflow should be installed, along with the following packages:
 ```sh
 pip install gym ray==0.7.0 gin-config opencv-python lz4 psutil
 ```