From 2224504f176cdc4b0fdef74a6a6a170acc0af20c Mon Sep 17 00:00:00 2001 From: Ha-min Kim Date: Tue, 10 Jan 2023 17:05:33 +1300 Subject: [PATCH] Made changes to readme files on internet speed checker and internet speed tester folders --- scripts/Internet Speed Checker/Readme.md | 10 +++++++--- scripts/Internet Speed Tester/Readme.md | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) 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