Create README.md
authordopdev-del <64504551+dopdev-del@users.noreply.github.com>
Sat, 4 Jul 2020 23:05:20 +0000 (19:05 -0400)
committerGitHub <noreply@github.com>
Sat, 4 Jul 2020 23:05:20 +0000 (19:05 -0400)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..cd36537
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# speedtestpy
+using speedtest in python
+
+to install speedtest first use:
+
+debian : $ sudo apt-get install python-pip
+arch   : $ sudo pacman -S python-pip
+
+then:
+
+debian : $ sudo pip install speedtest-cli
+arch   : $ sudo pacman -S speedtest-cli