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
Copy file name to clipboardExpand all lines: doc/source/intro.rst
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Requirements
19
19
* `GitDB`_ - a pure python git database implementation
20
20
21
21
* `async`_ - asynchronous task scheduling
22
-
22
+
23
23
* `Python Nose`_ - used for running the tests
24
24
* `Mock by Michael Foord`_ used for tests. Requires version 0.5
25
25
@@ -57,7 +57,7 @@ script:
57
57
.. sourcecode:: none
58
58
59
59
# python setup.py install
60
-
60
+
61
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.
62
62
63
63
Getting Started
@@ -85,16 +85,16 @@ GitPython's git repo is available on GitHub, which can be browsed at:
0 commit comments