Skip to content

Commit 767157d

Browse files
committed
Added dependency information.
1 parent 2177f72 commit 767157d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

doc/install.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@ following::
1717

1818
$ python setup.py build
1919
# 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

Comments
 (0)