From 8bd040a15c79ca4738663d3b2b557aa599a2b4df Mon Sep 17 00:00:00 2001 From: Angel Velasquez Date: Mon, 19 Sep 2016 14:52:13 -0300 Subject: [PATCH] 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 =======