Skip to content

Commit 81707c6

Browse files
committed
Merge pull request gitpython-developers#10 from hickford/patch-1
Add installation instructions to readme
2 parents 3c2899e + a9f7f7b commit 81707c6

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.rst

+17-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ aims at allowing full access to loose objects as well as packs with performance
66
and scalability in mind. It operates exclusively on streams, allowing to operate
77
on large objects with a small memory footprint.
88

9+
Installation
10+
============
11+
12+
.. image:: https://pypip.in/version/gitdb/badge.svg
13+
:target: https://pypi.python.org/pypi/gitdb/
14+
:alt: Latest Version
15+
.. image:: https://pypip.in/py_versions/gitdb/badge.svg
16+
:target: https://pypi.python.org/pypi/gitdb/
17+
:alt: Supported Python versions
18+
19+
From `PyPI <https://pypi.python.org/pypi/gitdb>`_
20+
21+
pip install gitdb
22+
923
REQUIREMENTS
1024
============
1125

@@ -33,8 +47,9 @@ http://groups.google.com/group/git-python
3347
ISSUE TRACKER
3448
=============
3549

36-
.. image:: https://travis-ci.org/gitpython-developers/gitdb.svg?branch=master :target: https://travis-ci.org/gitpython-developers/gitdb
37-
50+
.. image:: https://travis-ci.org/gitpython-developers/gitdb.svg?branch=master
51+
:target: https://travis-ci.org/gitpython-developers/gitdb
52+
3853
https://github.com/gitpython-developers/gitdb/issues
3954

4055
LICENSE

0 commit comments

Comments
 (0)