From ca32aab8e36c33388c33987b072aab8c00993275 Mon Sep 17 00:00:00 2001 From: Gabriel Staples Date: Thu, 18 Jan 2018 23:10:05 -0800 Subject: [PATCH 1/2] added `sudo apt-get install python-pip` I think this is worth having since many people don't know what a pip is! :) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0043b5c..646f29c 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ pip / easy\_install ~~~~~~~~~~~~~~~~~~~ :: - + sudo apt install python-pip pip install speedtest-cli or From 5dd5951bde940e526ece614c6b957ba6da446a96 Mon Sep 17 00:00:00 2001 From: Gabriel Staples Date: Thu, 18 Jan 2018 23:28:00 -0800 Subject: [PATCH 2/2] Update README.rst --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 646f29c..ba8bd89 100644 --- a/README.rst +++ b/README.rst @@ -30,8 +30,9 @@ pip / easy\_install ~~~~~~~~~~~~~~~~~~~ :: + sudo apt install python-pip - pip install speedtest-cli + sudo pip install speedtest-cli or