diff --git a/README.md b/README.md
index 924029e72d5cc4d41e208ff2cfb6e0c465f98cee..617b6cbe952e3ceaf63fac02a2771547f5b0ee62 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,15 @@ This project is develop using the following:-
 3. System  - Windows 11
 4. Streamlit Version  - 1.40.1
 5. Pandas Version  - 2.0.3
-7. Scikit- learn Version
-8. Numpy Version
-9. Matplotlib Version
-10. Rasa Version 
+6. Scikit- learn Version  - 1.1.3
+7. Matplotlib Version  - 3.5.3
+8. Rasa Version  - 3.6.20
+9. Joblib Version  - 1.2.0
+10. Altair Version  - 5.4.1
+11. Faker  - 33.3.1
 
 # Installation
+1. Clone the repository.
+2. Create a Virtual environment:>  `python -m venv venv_name`
+3. Activate the Virtual Environment: `venv_name\scripts\activate` (Windows)  or `source/venv_name/bin/activate` (Linux / MacOS).
+4. Install Dependencies: `pip install -r requirements.txt`