diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2014-11-12 09:44:03 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2014-11-12 09:44:03 +0100 |
| commit | 81707c606b88e971cc359e3e9f3abeeea2204860 (patch) | |
| tree | a15f70f03f73e47bf16de9f93e249de3d60a3e88 | |
| parent | 3c2899e6c1bc944344637ed56e486243485fa303 (diff) | |
| parent | a9f7f7bc5a2819924992dcb536c8e72399ae6f16 (diff) | |
| download | gitdb-81707c606b88e971cc359e3e9f3abeeea2204860.tar.gz | |
Merge pull request #10 from hickford/patch-1
Add installation instructions to readme
| -rw-r--r-- | README.rst | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -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 |
