diff options
author | Ram Rachum <ram@rachum.com> | 2014-03-30 20:07:34 +0300 |
---|---|---|
committer | Ram Rachum <ram@rachum.com> | 2014-03-30 20:07:34 +0300 |
commit | a3cc763d6ca57582964807fb171bc52174ef8d5e (patch) | |
tree | b2e75084fe2e6862dec1f9456edf8d607580caa5 | |
parent | 56d5d0c70cf3a914286fe016030c9edec25c3ae0 (diff) | |
download | gitpython-a3cc763d6ca57582964807fb171bc52174ef8d5e.tar.gz |
Update README.rst
-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: |