diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2014-04-07 17:50:27 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2014-04-07 17:50:27 +0200 |
commit | e6a2942a982c2541a6b6f7c67aa7dbf57ed060ca (patch) | |
tree | 3ccaf30bf6430143f2e530f21e34b4b2d57a3abd | |
parent | a02e432530336f3e0db8807847b6947b4d9908d8 (diff) | |
parent | a3cc763d6ca57582964807fb171bc52174ef8d5e (diff) | |
download | gitpython-e6a2942a982c2541a6b6f7c67aa7dbf57ed060ca.tar.gz |
Merge pull request #148 from cool-RR/patch-1
Update README.rst, who uses easy_install ;) ?
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |