Installation ============= :: pip install pygithub3 or easy_install pygithub3 Dependencies --------------- Required ......... This library only depends on `request library`_ module. If you install ``pygithub3`` with ``pip`` all is done. The best option Optional ......... If you want to run the test suite, you must install `nose`_ and `mock`_ .. _request library: http://docs.python-requests.org/en/v0.10.6/index.html .. _nose: http://readthedocs.org/docs/nose/en/latest .. _mock: http://pypi.python.org/pypi/mock