You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. _Mock by Michael Foord: http://www.voidspace.org.uk/python/mock.html
29
+
.. _GitDB: http://pypi.python.org/pypi/gitdb
30
+
.. _async: http://pypi.python.org/pypi/async
23
31
24
32
Installing GitPython
25
33
====================
@@ -49,6 +57,8 @@ script:
49
57
.. sourcecode:: none
50
58
51
59
# python setup.py install
60
+
61
+
.. note:: In this case, you have to manually install `GitDB`_ and `async`_ as well. It would be recommended to use the :ref:`git source repository <source-code-label>` in that case.
52
62
53
63
Getting Started
54
64
===============
@@ -63,6 +73,8 @@ API Reference
63
73
64
74
An organized section of the GitPthon API is at :ref:`api_reference_toplevel`.
0 commit comments