aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FAQ.md4
-rw-r--r--README.md12
2 files changed, 7 insertions, 9 deletions
diff --git a/FAQ.md b/FAQ.md
deleted file mode 100644
index 1b1862411..000000000
--- a/FAQ.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# Frequently Asked Questions (FAQ)
-
-### How do I work out the arguments and methods that are available for a particular API?
-[Dynamically generated documentation](http://api-python-client-doc.appspot.com/) is available for all the APIs supported by this library. \ No newline at end of file
diff --git a/README.md b/README.md
index f6a96d2b9..b460bfb8a 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,21 @@
# About
-This is the Python client library for Google's discovery based APIs. To get started, please see the [full documentation for this library](http://google.github.io/google-api-python-client).
+This is the Python client library for Google's discovery based APIs. To get started, please see the [full documentation for this library](http://google.github.io/google-api-python-client). Additionally, [dynamically generated documentation](http://api-python-client-doc.appspot.com/) is available for all of the APIs supported by this library.
# Installation
To install, simply use `pip` or `easy_install`:
```bash
- $ pip install --upgrade google-api-python-client
+$ pip install --upgrade google-api-python-client
```
or
```bash
- $ easy_install --upgrade google-api-python-client
+$ 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.
-# Third Party Libraries
+# 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)
@@ -23,8 +23,10 @@ The following libraries will be installed when you install the client library:
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:
+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