@@ -4,12 +4,12 @@ Installation
44You can install :mod: `github2 ` either via the Python Package Index (PyPI) or
55from source.
66
7- To install using `` pip ` `::
7+ To install using :pypi: ` pip `::
88
99 $ pip install github2 # to install in Python's site-packages
1010 $ pip install --install-option="--user" github2 # to install for a single user
1111
12- To install using `` easy_install ` `::
12+ To install using :pypi: ` easy_install <setuptools> `::
1313
1414 $ easy_install github2
1515
@@ -20,8 +20,9 @@ following::
2020 # python setup.py install # to install in Python's site-packages
2121 $ python setup.py install --user # to install for a single user
2222
23- :mod: `github2 ` depends on :pypi: `httplib2 `, an excellent package by Joe
24- Gregorio for handling HTTP sessions. :pypi: `simplejson ` is also required when
25- using :mod: `github2 ` with Python 2.4 or 2.5. If you install via ``pip `` or
26- ``easy_install `` the dependencies should be installed automatically for you.
27- :pypi: `SocksiPy-branch ` is an optional dependency if proxy support is needed.
23+ :mod: `github2 ` depends on :pypi: `httplib2 `, an excellent package by Joe Gregorio
24+ for handling HTTP sessions. :pypi: `simplejson ` is also required when using
25+ :mod: `github2 ` with Python 2.4 or 2.5. If you install via :pypi: `pip ` or
26+ :pypi: `easy_install <setuptools> ` the dependencies should be installed
27+ automatically for you. :pypi: `SocksiPy-branch ` is an optional dependency if
28+ proxy support is needed.
0 commit comments