blob: 8ed6c1074a939d2c0fdfe0bddc6257f38c399e5b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
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
|