Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made changes to readme files on internet speed checker and internet s… #476

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions scripts/Internet Speed Checker/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 7 additions & 3 deletions scripts/Internet Speed Tester/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down