File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,15 @@ INSTALL
19
19
=======
20
20
If you have downloaded the source code:
21
21
22
- python setup.py install
22
+ .. code-block :: console
23
+
24
+ $ python setup.py install
23
25
24
26
or if you want to obtain a copy more easily:
25
27
26
- easy_install gitpython
28
+ .. code-block :: console
29
+
30
+ $ easy_install gitpython
27
31
28
32
A distribution package can be obtained for manual installation at:
29
33
@@ -38,7 +42,9 @@ https://github.com/gitpython-developers/GitPython
38
42
39
43
and cloned using:
40
44
41
- git clone git://github.com/gitpython-developers/GitPython.git git-python
45
+ .. code-block :: console
46
+
47
+ $ git clone git://github.com/gitpython-developers/GitPython.git git-python
42
48
43
49
44
50
DOCUMENTATION
You can’t perform that action at this time.
0 commit comments