summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2014-04-07 17:50:27 +0200
committerSebastian Thiel <byronimo@gmail.com>2014-04-07 17:50:27 +0200
commite6a2942a982c2541a6b6f7c67aa7dbf57ed060ca (patch)
tree3ccaf30bf6430143f2e530f21e34b4b2d57a3abd
parenta02e432530336f3e0db8807847b6947b4d9908d8 (diff)
parenta3cc763d6ca57582964807fb171bc52174ef8d5e (diff)
downloadgitpython-e6a2942a982c2541a6b6f7c67aa7dbf57ed060ca.tar.gz
Merge pull request #148 from cool-RR/patch-1
Update README.rst, who uses easy_install ;) ?
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index fdb50942..128e74c0 100644
--- a/README.rst
+++ b/README.rst
@@ -21,11 +21,11 @@ INSTALL
=======
If you have downloaded the source code:
- python setup.py install
+ python setup.py install
or if you want to obtain a copy more easily:
- easy_install gitpython
+ pip install gitpython
A distribution package can be obtained for manual installation at: