summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2014-11-12 09:44:03 +0100
committerSebastian Thiel <byronimo@gmail.com>2014-11-12 09:44:03 +0100
commit81707c606b88e971cc359e3e9f3abeeea2204860 (patch)
treea15f70f03f73e47bf16de9f93e249de3d60a3e88
parent3c2899e6c1bc944344637ed56e486243485fa303 (diff)
parenta9f7f7bc5a2819924992dcb536c8e72399ae6f16 (diff)
downloadgitdb-81707c606b88e971cc359e3e9f3abeeea2204860.tar.gz
Merge pull request #10 from hickford/patch-1
Add installation instructions to readme
-rw-r--r--README.rst19
1 files changed, 17 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 0fc0534..f97d5c3 100644
--- a/README.rst
+++ b/README.rst
@@ -6,6 +6,20 @@ aims at allowing full access to loose objects as well as packs with performance
and scalability in mind. It operates exclusively on streams, allowing to operate
on large objects with a small memory footprint.
+Installation
+============
+
+.. image:: https://pypip.in/version/gitdb/badge.svg
+ :target: https://pypi.python.org/pypi/gitdb/
+ :alt: Latest Version
+.. image:: https://pypip.in/py_versions/gitdb/badge.svg
+ :target: https://pypi.python.org/pypi/gitdb/
+ :alt: Supported Python versions
+
+From `PyPI <https://pypi.python.org/pypi/gitdb>`_
+
+ pip install gitdb
+
REQUIREMENTS
============
@@ -33,8 +47,9 @@ http://groups.google.com/group/git-python
ISSUE TRACKER
=============
-.. image:: https://travis-ci.org/gitpython-developers/gitdb.svg?branch=master :target: https://travis-ci.org/gitpython-developers/gitdb
-
+.. image:: https://travis-ci.org/gitpython-developers/gitdb.svg?branch=master
+ :target: https://travis-ci.org/gitpython-developers/gitdb
+
https://github.com/gitpython-developers/gitdb/issues
LICENSE