1 parent 2177f72 commit 767157dCopy full SHA for 767157d
1 file changed
doc/install.rst
@@ -17,3 +17,11 @@ following::
17
18
$ python setup.py build
19
# python setup.py install # as root
20
+
21
+``python-github2`` depends on httplib2_, an excellent package by Joe Gregorio
22
+for handling HTTP sessions. simplejson_ is also required when using
23
+``python-github2`` with Python 2.4 or 2.5. If you install via ``pip`` or
24
+``easy_install`` the dependencies should be installed automatically for you.
25
26
+.. _httplib2: http://code.google.com/p/httplib2/
27
+.. _simplejson: http://pypi.python.org/pypi/simplejson/
0 commit comments