Skip to content

Commit

Permalink
Add link to docs section
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Jun 29, 2016
1 parent a151124 commit 023adec
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,35 +152,29 @@ for cell in cell_list:
worksheet.update_cells(cell_list)
```

## Requirements

Python 2.6+ or Python 3+

## Installation

### From GitHub
### Requirements

```sh
git clone https://github.com/burnash/gspread.git
cd gspread
python setup.py install
```
Python 2.6+ or Python 3+

### From PyPI

```sh
pip install gspread
```

If you're on easy_install, it's:
### From GitHub

```sh
easy_install gspread
git clone https://github.com/burnash/gspread.git
cd gspread
python setup.py install
```

## Documentation

[API Reference](http://gspread.readthedocs.org/)
* [Getting Google API's credentials](http://gspread.readthedocs.io/en/latest/oauth2.html)
* [gspread API Reference](http://gspread.readthedocs.org/)

## Testing

Expand Down

0 comments on commit 023adec

Please sign in to comment.