From 0da4c7ad29bb9c8d224b60d2d472ac8c32ed8261 Mon Sep 17 00:00:00 2001 From: Angel Velasquez Date: Mon, 19 Sep 2016 14:50:23 -0300 Subject: [PATCH 1/2] Fix link of pypi it was taking data from polymorphic-tree instead polymorphic --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 52f52af..b1cee40 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 From 8bd040a15c79ca4738663d3b2b557aa599a2b4df Mon Sep 17 00:00:00 2001 From: Angel Velasquez Date: Mon, 19 Sep 2016 14:52:13 -0300 Subject: [PATCH 2/2] Add installation instructions on README --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index b1cee40..4c769cf 100644 --- a/README.rst +++ b/README.rst @@ -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 =======