summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Grainger <tom.grainger@procensus.com>2016-10-04 18:04:24 +0100
committerThomas Grainger <tom.grainger@procensus.com>2016-10-04 18:05:26 +0100
commit62815b5c5a4c39e9ace3d20ec0c593011201dbcf (patch)
treedcae6f6f0d399d50a1bceaffb61fa2bab95009e0 /README.rst
parent847a21ebf0f20f708b1d879f7f8e865ae9d64817 (diff)
downloadgitdb-62815b5c5a4c39e9ace3d20ec0c593011201dbcf.tar.gz
support optional gitdb_speedups
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 766d9d6..1b754d0 100644
--- a/README.rst
+++ b/README.rst
@@ -20,6 +20,13 @@ From `PyPI <https://pypi.python.org/pypi/gitdb>`_
pip install gitdb
+SPEEDUPS
+========
+
+If you want to go up to 20% faster, you can install gitdb-speedups with:
+
+ pip install gitdb-speedups
+
REQUIREMENTS
============