diff --git a/scripts/Internet Speed Checker/Readme.md b/scripts/Internet Speed Checker/Readme.md
index 8c92e6c..ee74f57 100644
--- a/scripts/Internet Speed Checker/Readme.md	
+++ b/scripts/Internet Speed Checker/Readme.md	
@@ -5,11 +5,15 @@ This script will check your internet speed and with Download and Upload speed ,
 
 ## ```How to use```
 
-1. Install the Speedtest Package using the following command:
+1. Uninstall the previous version of the Speedtest Package if already installed in your machine
 
-    `pip install speedtest`
+    `pip uninstall speedtest`
 
-    Official Documentation: https://pypi.org/project/speedtest/
+2. Install the Speedtest Package using the following command:
+    
+    `pip install speedtest-cli`
+
+    Official Documentation: https://pypi.org/project/speedtest-cli/
 
 2. Run the script 
 
diff --git a/scripts/Internet Speed Tester/Readme.md b/scripts/Internet Speed Tester/Readme.md
index f1f70ec..3f830e3 100644
--- a/scripts/Internet Speed Tester/Readme.md	
+++ b/scripts/Internet Speed Tester/Readme.md	
@@ -4,11 +4,15 @@ This GUI App made with Tkinter will display your internet speed(upload and downl
 
 ## How to use
 
-1. Install the Speedtest Package using the following command:
+1. Uninstall the previous version of the Speedtest Package if already installed in your machine
 
-    `pip install speedtest`
+    `pip uninstall speedtest`
 
-    [Learn More about speedtest library](https://pypi.org/project/speedtest/)
+2. Install the Speedtest Package using the following command:
+
+    `pip install speedtest-cli`
+
+    [Learn More about speedtest library](https://pypi.org/project/speedtest-cli/)
 
 2. Run the script