File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -152,35 +152,29 @@ for cell in cell_list:
152
152
worksheet.update_cells(cell_list)
153
153
```
154
154
155
- ## Requirements
156
-
157
- Python 2.6+ or Python 3+
158
-
159
155
## Installation
160
156
161
- ### From GitHub
157
+ ### Requirements
162
158
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+
168
160
169
161
### From PyPI
170
162
171
163
``` sh
172
164
pip install gspread
173
165
```
174
166
175
- If you're on easy_install, it's:
167
+ ### From GitHub
176
168
177
169
``` sh
178
- easy_install gspread
170
+ git clone https://github.com/burnash/gspread.git
171
+ cd gspread
172
+ python setup.py install
179
173
```
180
174
181
175
## 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/ )
184
178
185
179
## Testing
186
180
You can’t perform that action at this time.
0 commit comments