diff --git a/README.md b/README.md index 0a6577a6e..5076433ed 100644 --- a/README.md +++ b/README.md @@ -152,19 +152,11 @@ 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 @@ -172,15 +164,17 @@ python setup.py install 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