Skip to content

Add installation instructions to readme #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 12, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
============

Expand Down Expand Up @@ -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
Expand Down