diff options
Diffstat (limited to 'doc/source/intro.rst')
-rw-r--r-- | doc/source/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/intro.rst b/doc/source/intro.rst index 4b18ccfc..638a9166 100644 --- a/doc/source/intro.rst +++ b/doc/source/intro.rst @@ -32,7 +32,7 @@ installed, just run the following from the command-line: .. sourcecode:: none - # pip install gitpython + # pip install GitPython This command will download the latest version of GitPython from the `Python Package Index <http://pypi.python.org/pypi/GitPython>`_ and install it |