Skip to content

Commit 2d7f3db

Browse files
committed
Merge pull request googleapis#21 from mmattioli/documentation-updates
Updated Documentation
2 parents 13469bb + 460a4ad commit 2d7f3db

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

FAQ.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
11
# About
2-
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).
2+
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.
33

44

55
# Installation
66
To install, simply use `pip` or `easy_install`:
77

88
```bash
9-
$ pip install --upgrade google-api-python-client
9+
$ pip install --upgrade google-api-python-client
1010
```
1111
or
1212
```bash
13-
$ easy_install --upgrade google-api-python-client
13+
$ easy_install --upgrade google-api-python-client
1414
```
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-
# Third Party Libraries
18+
# Third Party Libraries and Dependencies
1919
The following libraries will be installed when you install the client library:
2020
* [httplib2](https://github.com/jcgregorio/httplib2)
2121
* [uri-templates](https://github.com/uri-templates/uritemplate-py)
2222

2323
Depending on your version of Python, these libraries may also be installed:
2424
* [simplejson](https://pypi.python.org/pypi/simplejson/)
2525

26-
For development you will also need:
26+
For development you will also need the following libraries:
2727
* [WebTest](http://pythonpaste.org/webtest/)
28+
* [pycrypto](https://pypi.python.org/pypi/pycrypto)
29+
* [pyopenssl](https://pypi.python.org/pypi/pyOpenSSL)
2830

2931
# Contributing
3032
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)