Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2013-09-25 05:00:39 +0400
committerMatt Martz <matt@sivel.net>2013-09-25 05:00:39 +0400
commit238a7fc09c367e056acb714d5177b13f9ae028b6 (patch)
tree53da829988e4cd4113abf4eb95ab0baff37cb53e /README.rst
parent35c7e6d6b5b3d40e9b576ecb982db116e67c6d5f (diff)
Add version and download badges to README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst17
1 files changed, 14 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 0092b23..e099187 100644
--- a/README.rst
+++ b/README.rst
@@ -4,6 +4,9 @@ speedtest-cli
Command line interface for testing internet bandwidth using
speedtest.net
+`|Version| <https://crate.io/package/speedtest-cli>`_
+`|Downloads| <https://crate.io/package/speedtest-cli>`_
+
Versions
--------
@@ -15,16 +18,22 @@ Installation
pip / easy\_install
~~~~~~~~~~~~~~~~~~~
-``pip install speedtest-cli``
+::
+
+ pip install speedtest-cli
or
-``easy_install speedtest-cli``
+::
+
+ easy_install speedtest-cli
Github
~~~~~~
-``pip install git+https://github.com/sivel/speedtest-cli.git``
+::
+
+ pip install git+https://github.com/sivel/speedtest-cli.git
or
@@ -70,3 +79,5 @@ Usage
--server SERVER Specify a server ID to test against
--mini MINI URL of the Speedtest Mini server
+.. |Version| image:: https://pypip.in/v/speedtest-cli/badge.png
+.. |Downloads| image:: https://pypip.in/d/speedtest-cli/badge.png