Installation

pip install pygithub3

or

easy_install pygithub3

Dependencies

Required

This library depends only on the requests module.

If you install pygithub3 with pip all is done. This is the best option.

Optional

The test suite uses nose, mock, and unittest2 (python 2.6). Compiling the documentation requires sphinx.

Install all of these by running pip install -r test_requirements.txt. Then just run nosetests to run the tests.