***************
Getting started
***************

Overview
========

To use any of the utilities of this plugin it's not necessary to configure
anything additional to :mod:`repoze.what` itself. You can use some or all of
its components independently as well.


How to install
==============

*Once you have at least Pylons or TurboGears 2 installed*, run the following
command to install this plugin:

.. code-block:: bash
    
    $ easy_install repoze.what-pylons

If you have not installed Pylons or TurboGears 2 yet, install one of them first
and then run the command above:

* `Installing Pylons <http://pylonshq.com/docs/en/0.9.7/gettingstarted/>`_.
* `Installing TurboGears 2
  <http://www.turbogears.org/2.0/docs/main/DownloadInstall.html>`_.
