docs(README.md): updated speedtest-cli module dependency

This commit is contained in:
WilliamSobczak 2024-02-04 08:55:45 -05:00
parent 3108d05d03
commit 169bf77156
2 changed files with 3 additions and 2 deletions

View File

@ -5,9 +5,9 @@ This script will check your internet speed and with Download and Upload speed ,
## ```How to use``` ## ```How to use```
1. Install the Speedtest Package using the following command: 1. Install dependencies (i.e., the Speedtest Package) using the following command:
`pip install speedtest` 'pip install -r requirements.txt'
Official Documentation: https://pypi.org/project/speedtest/ Official Documentation: https://pypi.org/project/speedtest/

View File

@ -0,0 +1 @@
speedtest-cli==2.1.3