Skip to content

Commit 3f8dc78

Browse files
committed
Update README with CLA info.
1 parent 70f163c commit 3f8dc78

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,41 @@
11
This is python client library for Google's discovery based APIs.
22

3-
http://google.github.io/google-api-python-client
3+
[Full documentation](http://google.github.io/google-api-python-client)
44

55

66
Installation
77
============
88

9-
To install, simply use pip or easy_install:
9+
To install, simply use `pip` or `easy_install`:
1010

1111
$ pip install --upgrade google-api-python-client
1212

1313
$ easy_install --upgrade google-api-python-client
1414

15-
See the Developers Guide for more detailed instructions and documentation:
16-
17-
https://developers.google.com/api-client-library/python/start/get_started
18-
15+
See the
16+
[Developers Guide](https://developers.google.com/api-client-library/python/start/get_started)
17+
for more detailed instructions and documentation.
1918

2019
Third Party Libraries
2120
=====================
2221

2322
These libraries will be installed when you install the client library:
2423

25-
http://code.google.com/p/httplib2
26-
http://code.google.com/p/uri-templates
24+
* http://code.google.com/p/httplib2
25+
* http://code.google.com/p/uri-templates
2726

2827
Depending on your version of Python, these libraries may also be installed:
2928

30-
http://pypi.python.org/pypi/simplejson/
29+
* http://pypi.python.org/pypi/simplejson/
3130

3231
For development you will also need:
3332

34-
http://pythonpaste.org/webtest/
33+
* http://pythonpaste.org/webtest/
34+
35+
Contributing
36+
============
37+
38+
Please see the
39+
[contributing page](http://google.github.io/google-api-python-client/contributing.html)
40+
for more information. In particular, we love pull requests -- but please make
41+
sure to sign the contributor license agreement.

0 commit comments

Comments
 (0)