Made changes to readme files on internet speed checker and internet speed tester folders

This commit is contained in:
Ha-min Kim 2023-01-10 17:05:33 +13:00
parent 3108d05d03
commit 2224504f17
2 changed files with 14 additions and 6 deletions

View File

@ -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

View File

@ -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