
.. _installation:

Installation
============

Installation is easy using ``pip`` or ``easy_install``.

.. code-block:: bash

	pip install django-renderit

or

.. code-block:: bash

	easy_install django-renderit

Add renderit to your installed apps::

	INSTALLED_APPS = (
		...
		'renderit',
		...
	)
