Skip to content

Commit

Permalink
removed outdated pip install; fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Jan 15, 2019
1 parent d4c820e commit d610cbb
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@ Install

An API key from [football-data.org](http://api.football-data.org/) will be required and you can register for one [here](http://api.football-data.org/client/register).

### Using `pip`

```bash
$ pip install soccer-cli
```

Set your API key in an environment variable `SOCCER_CLI_API_TOKEN`

For example:

```bash
export SOCCER_CLI_API_TOKEN="<YOUR_API_TOKEN>"
```

### Build from source

Expand Down Expand Up @@ -108,7 +95,7 @@ $ soccer --league PL --standings --json # prints the output in json format
### Store the ouput in a file

```bash
$ soccer --league PL --standings --csv -o 'standings.csv' # stores the ouput in scv format in `standings.csv`
$ soccer --league PL --standings --csv -o 'standings.csv' # stores the ouput in csv format in `standings.csv`
```

### Help
Expand Down

0 comments on commit d610cbb

Please sign in to comment.