############
Installation
############

The code is published under the BSD license. See LICENSE for details.

************
Requirements
************

This application requires:

* `Django`_. The application targets the latest stable and LTS release.
   It may work with previous versions, but tests focus on the latest one.

.. _`Django`: http://djangoproject.com/

************
Get the code
************

The code is published under the BSD license. See LICENSE.txt for details.

Automatic installation
======================

Latest release
--------------

This application is known as "django-templateaddons3" on
`Pypi <http://pypi.python.org/>`_.

So you can install it with pip or easy_install. As an example::

  # pip install -U django-templateaddons3

Development files
-----------------

You can use pip to automatically download and install the project with
versionning::

  # pip install -U -e git+ssh://git@github.com/django-templateaddons/django-templateaddons3.git#egg=django-templateaddons

Manual installation
===================

The main project page is https://github.com/django-templateaddons/django-templateaddons3.

You can clone the repository with the following command line:

.. code-block:: bash

  $ git clone git@github.com:django-templateaddons/django-templateaddons3.git

Copy the templateaddons folder somewhere in your PYTHON_PATH. It may be in your
project's directory.

***************
Update settings
***************

* add 'templateaddons' to your INSTALLED_APPS
