.. _install:

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

From the PyPI
-------------
::

    $ pip install -U filteralchemy

From Source
-----------

filteralchemy is actively developed on Github_.

You can clone the public repo: ::

    git clone https://github.com/jmcarp/filteralchemy.git

Once you have the source, you can install it into your site-packages with ::

    $ python setup.py install

.. _Github: https://github.com/jmcarp/filteralchemy
