| OLD | NEW |
| 1 [](h
ttps://travis-ci.org/google/oauth2client) | 1 [](h
ttps://travis-ci.org/google/oauth2client) |
| 2 [](https://coveralls.io/github/google/oauth2client?bran
ch=master) | 2 [](https://coveralls.io/github/google/oauth2client?bran
ch=master) |
| 3 [](http://oauth2client.readthedocs.org/) | 3 [](http://oauth2client.readthedocs.org/) |
| 4 | 4 |
| 5 This is a client library for accessing resources protected by OAuth 2.0. | 5 This is a client library for accessing resources protected by OAuth 2.0. |
| 6 | 6 |
| 7 Installation | 7 Installation |
| 8 ============ | 8 ============ |
| 9 | 9 |
| 10 To install, simply say | 10 To install, simply run the following command in your terminal: |
| 11 | 11 |
| 12 ```bash | 12 ```bash |
| 13 $ pip install --upgrade oauth2client | 13 $ pip install --upgrade oauth2client |
| 14 ``` | 14 ``` |
| 15 | 15 |
| 16 Contributing | 16 Contributing |
| 17 ============ | 17 ============ |
| 18 | 18 |
| 19 Please see the [CONTRIBUTING page][1] for more information. In particular, we | 19 Please see the [CONTRIBUTING page][1] for more information. In particular, we |
| 20 love pull requests -- but please make sure to sign the contributor license | 20 love pull requests -- but please make sure to sign the contributor license |
| 21 agreement. | 21 agreement. |
| 22 | 22 |
| 23 Supported Python Versions | 23 Supported Python Versions |
| 24 ========================= | 24 ========================= |
| 25 | 25 |
| 26 We support Python 2.6, 2.7, 3.3+. More information [in the docs][2]. | 26 We support Python 2.6, 2.7, 3.3+. More information [in the docs][2]. |
| 27 | 27 |
| 28 [1]: https://github.com/google/oauth2client/blob/master/CONTRIBUTING.md | 28 [1]: https://github.com/google/oauth2client/blob/master/CONTRIBUTING.md |
| 29 [2]: http://oauth2client.readthedocs.org/#supported-python-versions | 29 [2]: http://oauth2client.readthedocs.org/#supported-python-versions |
| OLD | NEW |