Skip to content

Commit 023adec

Browse files
authored
Add link to docs section
1 parent a151124 commit 023adec

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

README.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -152,35 +152,29 @@ for cell in cell_list:
152152
worksheet.update_cells(cell_list)
153153
```
154154

155-
## Requirements
156-
157-
Python 2.6+ or Python 3+
158-
159155
## Installation
160156

161-
### From GitHub
157+
### Requirements
162158

163-
```sh
164-
git clone https://github.com/burnash/gspread.git
165-
cd gspread
166-
python setup.py install
167-
```
159+
Python 2.6+ or Python 3+
168160

169161
### From PyPI
170162

171163
```sh
172164
pip install gspread
173165
```
174166

175-
If you're on easy_install, it's:
167+
### From GitHub
176168

177169
```sh
178-
easy_install gspread
170+
git clone https://github.com/burnash/gspread.git
171+
cd gspread
172+
python setup.py install
179173
```
180174

181175
## Documentation
182-
183-
[API Reference](http://gspread.readthedocs.org/)
176+
* [Getting Google API's credentials](http://gspread.readthedocs.io/en/latest/oauth2.html)
177+
* [gspread API Reference](http://gspread.readthedocs.org/)
184178

185179
## Testing
186180

0 commit comments

Comments
 (0)