From 2765dfd72cd5b0958ec574bea867f5dc1c086ab0 Mon Sep 17 00:00:00 2001 From: Kevin Reynolds Date: Fri, 8 Jan 2021 16:41:40 -0800 Subject: Fix package name in intro docs to reflect actual pypi name (with capitalization) --- doc/source/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_ and install it -- cgit v1.2.1