This repository was archived by the owner on Apr 14, 2024. It is now read-only.
File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ aims at allowing full access to loose objects as well as packs with performance
6
6
and scalability in mind. It operates exclusively on streams, allowing to operate
7
7
on large objects with a small memory footprint.
8
8
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
+
9
23
REQUIREMENTS
10
24
============
11
25
@@ -33,8 +47,9 @@ http://groups.google.com/group/git-python
33
47
ISSUE TRACKER
34
48
=============
35
49
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
+
38
53
https://github.com/gitpython-developers/gitdb/issues
39
54
40
55
LICENSE
You can’t perform that action at this time.
0 commit comments