projects
/
speedtestpy
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f97fa39
)
Create README.md
author
dopdev-del
<64504551+dopdev-del@users.noreply.github.com>
Sat, 4 Jul 2020 23:05:20 +0000
(19:05 -0400)
committer
GitHub
<noreply@github.com>
Sat, 4 Jul 2020 23:05:20 +0000
(19:05 -0400)
README.md
[new file with mode: 0644]
patch
|
blob
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