From 0e0b97b1d595b9b54d57e5bd4774e2a7b97696df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Sun, 15 Jan 2017 18:10:47 +0100 Subject: [PATCH] pip install using camellcase package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f02fd713..8df3ef4a7 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.