Skip to content

Commit

Permalink
Add installation info to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sivel committed Jul 31, 2013
1 parent 4a62570 commit 2f0027c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2f0027c

Please sign in to comment.