File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,19 @@ INSTALL
1919=======
2020If you have downloaded the source code:
2121
22- python setup.py install
23-
24- or if you want to obtain a copy more easily:
22+ .. code-block :: console
23+
24+ $ python setup.py install
25+
26+ or if you want to obtain a copy more easily:
27+
28+ .. code-block :: console
29+
30+ $ easy_install gitpython
2531
26- easy_install gitpython
27-
2832 A distribution package can be obtained for manual installation at:
2933
30- http://pypi.python.org/pypi/GitPython
34+ http://pypi.python.org/pypi/GitPython
3135
3236SOURCE
3337======
@@ -38,7 +42,9 @@ https://github.com/gitpython-developers/GitPython
3842
3943and cloned using:
4044
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
4248
4349
4450 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments