.. _installation:

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

In order to use django-userthemes application, you will need a functional installation of Django 1.0 or newer.

To install the django-userthemes application, 

* first download a file archive of the application on the `django-userthemes website`_
* unzip/untar it
* then you can:

 * go to the django-userthemes directory and use the command ``python setup.py install`` which will install it systemwide

 * or simply move the userthemes directory somewhere in your ``PYTHONPATH``


.. _django-userthemes website: http://bitbucket.org/daks/django-userthemes

