summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAntoine Musso <hashar@free.fr>2014-07-25 10:54:44 +0200
committerAntoine Musso <hashar@free.fr>2014-07-25 10:54:44 +0200
commitdbd784b870a878ef6dbecd14310018cdaeda5c6d (patch)
treeacda721c64b6a877196fc26c193e608d4c54de53 /README.md
parent27c577dfd5c7f0fc75cd10ed6606674b56b405bd (diff)
downloadgitpython-dbd784b870a878ef6dbecd14310018cdaeda5c6d.tar.gz
List runtime dependencies in requirements.txt
More and more packages are listing their dependencies in requirements.txt which make it trivial to maintain and install them.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index d2a858bf..0b5f5a2a 100644
--- a/README.md
+++ b/README.md
@@ -14,16 +14,20 @@ The object database implementation is optimized for handling large quantities of
* Mock by Michael Foord used for tests
- Tested with 1.0.1
+The list of dependencies are listed in /requirements.txt. The installer takes care of installing them for you though.
+
### INSTALL
If you have downloaded the source code:
python setup.py install
-
-or if you want to obtain a copy more easily:
+
+or if you want to obtain a copy from the Pypi repository:
pip install gitpython
-
+
+Both commands will install the required package dependencies.
+
A distribution package can be obtained for manual installation at:
http://pypi.python.org/pypi/GitPython