From 2f0027c478e2c23906545f977d6a77c025a06342 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 30 Jul 2013 21:39:24 -0500 Subject: [PATCH] Add installation info to README.md --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index 77f5839..55ebbcf 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,40 @@ Command line interface for testing internet bandwidth using speedtest.net speedtest-cli works with Python 2.4-3.3 +## Installation + +### pip / easy_install + +`pip install speedtest-cli` + +or + +`easy_install speedtest-cli` + +### Github + +`pip install git+https://github.com/sivel/speedtest-cli.git` + +or + +```shell +git clone https://github.com/sivel/speedtest-cli.git +python speedtest-cli/setup.py +``` + +### Just download (just like the way it was) + +```shell +wget -O speedtest-cli https://github.com/sivel/speedtest-cli/raw/master/speedtest_cli.py +chmod +x speedtest-cli +``` + +or + +```shell +curl -o speedtest-cli https://github.com/sivel/speedtest-cli/raw/master/speedtest_cli.py +chmod +x speedtest-cli +``` ## Usage