We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d789819 commit 287db5aCopy full SHA for 287db5a
README.rst
@@ -19,11 +19,15 @@ INSTALL
19
=======
20
If you have downloaded the source code:
21
22
- python setup.py install
+.. code-block:: console
23
+
24
+ $ python setup.py install
25
26
or if you want to obtain a copy more easily:
27
- easy_install gitpython
28
29
30
+ $ easy_install gitpython
31
32
A distribution package can be obtained for manual installation at:
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
46
47
+ $ git clone git://github.com/gitpython-developers/GitPython.git git-python
48
49
50
DOCUMENTATION
0 commit comments