summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2017-01-15 19:53:08 +0100
committerGitHub <noreply@github.com>2017-01-15 19:53:08 +0100
commit552a0aa094f9fd22faf136cdbc4829a367399dfe (patch)
treed4baf2f63f841fe9ca549de0d3d2b69622ac5639
parentf2ad9a239b1a06ee19b8edcd273cbfb9775b0a66 (diff)
parent0e0b97b1d595b9b54d57e5bd4774e2a7b97696df (diff)
downloadgitpython-552a0aa094f9fd22faf136cdbc4829a367399dfe.tar.gz
Merge pull request #574 from vokimon/patch-2
Doc fix: Using camellcase package name in "pip install" command
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1f02fd71..8df3ef4a 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ If you have downloaded the source code:
or if you want to obtain a copy from the Pypi repository:
- pip install gitpython
+ pip install GitPython
Both commands will install the required package dependencies.