aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Citro <craigcitro@gmail.com>2014-09-13 15:37:39 -0700
committerCraig Citro <craigcitro@gmail.com>2014-09-13 15:37:39 -0700
commit3d938aafef204ba01ab8c59edf20e0c0493bde29 (patch)
treec5f8041831a2f7ba677c7af53aebb3d1358510a8
parent951b75fb419ddb101b489b5df9ad8c3249a0848b (diff)
parent9cd0eb0a0a7e5f762f4eba13d01cc751fc3a33e4 (diff)
downloadgoogle-api-python-client-3d938aafef204ba01ab8c59edf20e0c0493bde29.tar.gz
Merge pull request #27 from jay0lee/patch-1
mention 2.6/2.7 requirement and remove simplejson
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index b460bfb8a..c22221c07 100644
--- a/README.md
+++ b/README.md
@@ -15,18 +15,18 @@ $ easy_install --upgrade google-api-python-client
See the [Developers Guide](https://developers.google.com/api-client-library/python/start/get_started) for more detailed instructions and additional documentation.
+# Python Version
+Python 2.6 or 2.7 is required. Python 3.x is not yet supported.
+
# Third Party Libraries and Dependencies
The following libraries will be installed when you install the client library:
* [httplib2](https://github.com/jcgregorio/httplib2)
* [uri-templates](https://github.com/uri-templates/uritemplate-py)
-Depending on your version of Python, these libraries may also be installed:
-* [simplejson](https://pypi.python.org/pypi/simplejson/)
-
For development you will also need the following libraries:
* [WebTest](http://pythonpaste.org/webtest/)
* [pycrypto](https://pypi.python.org/pypi/pycrypto)
* [pyopenssl](https://pypi.python.org/pypi/pyOpenSSL)
# Contributing
-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. \ No newline at end of file
+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.