.. _introduction-install:

Quick install guide
===================

The easiest way to install django-seo2 is to use use ``pip``, if you have it:

    pip install django-seo2

That's it, you've installed everything you need to install. You can now try the :ref:`tutorial <introduction-tutorial>`.


Development version
-------------------

For those you like to help out, you can check out the development version here::

    git clone git@github.com:romansalin/django-seo2.git

