Skip to content

Commit

Permalink
Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmaanT committed Mar 24, 2019
1 parent d0735cd commit 4e42a3a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
Django Labs Accounts
====================

.. image:: https://img.shields.io/circleci/project/github/pennlabs/django-labs-accounts/master.svg
:target: https://circleci.com/gh/pennlabs/django-labs-accounts
.. image:: https://coveralls.io/repos/github/pennlabs/django-labs-accounts/badge.svg?branch=feature%2Fsettings
:target: https://coveralls.io/github/pennlabs/django-labs-accounts?branch=feature%2Fsettings
.. image:: https://img.shields.io/pypi/v/django-labs-accounts.svg :alt: PyPI
:target: https://pypi.org/project/django-labs-accounts/

Requirements
------------

Installation
------------
Install with pip
pip install django-labs-accounts
Install with pipenv
pipenv install django-labs-accounts

Add `accounts` to `INSTALLED_APPS`
.. code-block:: python
Expand Down

0 comments on commit 4e42a3a

Please sign in to comment.