diff --git a/README.rst b/README.rst index 52f52af..4c769cf 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ .. image:: https://travis-ci.org/django-polymorphic/django-polymorphic.png?branch=master :target: http://travis-ci.org/django-polymorphic/django-polymorphic -.. image:: https://img.shields.io/pypi/v/django-polymorphic-tree.svg - :target: https://pypi.python.org/pypi/django-polymorphic-tree/ +.. image:: https://img.shields.io/pypi/v/django-polymorphic.svg + :target: https://pypi.python.org/pypi/django-polymorphic/ .. image:: https://img.shields.io/codecov/c/github/django-polymorphic/django-polymorphic/master.svg :target: https://codecov.io/github/django-polymorphic/django-polymorphic?branch=master @@ -63,6 +63,15 @@ That's what this library is designed for! For more information, see the `documentation at Read the Docs `_. +Installation +------------ + +Install using ``pip``\ ... + +.. code:: bash + + $ pip install django-polymorphic + License =======