Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d938aa

Browse files
committed
Merge pull request googleapis#27 from jay0lee/patch-1
mention 2.6/2.7 requirement and remove simplejson
2 parents 951b75f + 9cd0eb0 commit 3d938aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ $ easy_install --upgrade google-api-python-client
1515

1616
See the [Developers Guide](https://developers.google.com/api-client-library/python/start/get_started) for more detailed instructions and additional documentation.
1717

18+
# Python Version
19+
Python 2.6 or 2.7 is required. Python 3.x is not yet supported.
20+
1821
# Third Party Libraries and Dependencies
1922
The following libraries will be installed when you install the client library:
2023
* [httplib2](https://github.com/jcgregorio/httplib2)
2124
* [uri-templates](https://github.com/uri-templates/uritemplate-py)
2225

23-
Depending on your version of Python, these libraries may also be installed:
24-
* [simplejson](https://pypi.python.org/pypi/simplejson/)
25-
2626
For development you will also need the following libraries:
2727
* [WebTest](http://pythonpaste.org/webtest/)
2828
* [pycrypto](https://pypi.python.org/pypi/pycrypto)
2929
* [pyopenssl](https://pypi.python.org/pypi/pyOpenSSL)
3030

3131
# Contributing
32-
Please see the [contributing page](http://google.github.io/google-api-python-client/contributing.html) for more information. In particular, we love pull requests - but please make sure to sign the contributor license agreement.
32+
Please see the [contributing page](http://google.github.io/google-api-python-client/contributing.html) for more information. In particular, we love pull requests - but please make sure to sign the contributor license agreement.

0 commit comments

Comments
 (0)