_`Installation`
===============

The following dependencies are needed:

-  **Python 2.7.3**: http://www.python.org/
-  **PyQt**: http://www.riverbankcomputing.co.uk/

To install **Foundations** from the `Python Package Index <http://pypi.python.org/pypi/Foundations>`_ you can issue this command in a shell::

	pip install Foundations

or this alternative command::

	easy_install Foundations

Alternatively, if you want to directly install from `Github <http://github.com/KelSolaar/Foundations>`_ source repository::

	git clone git://github.com/KelSolaar/Foundations.git
	python setup.py install

If you want to build the documentation you will also need:

-  **Tidy** http://tidy.sourceforge.net/

.. raw:: html

    <br/>

