From 06913085dda9b508902cb2934afb464a485708af Mon Sep 17 00:00:00 2001 From: Aiden Gilmartin <21668472+aidengilmartin@users.noreply.github.com> Date: Thu, 9 Jan 2020 15:08:10 +0000 Subject: [PATCH] Add clarification on speedtest-cli --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4f2a2d1..195e518 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Be aware that this script will automatically accept the license and GDPR stateme 1. [Install the Speedtest CLI application by Ookla.](https://www.speedtest.net/apps/cli) + NOTE: The `speedtest-cli` package in distro repositories is an unofficial client. It will need to be uninstalled before installing the Ookla Speedtest CLI application with the directions on their website. + 2. Install the InfluxDB client for library from Python. `pip install influxdb` -- GitLab