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

The following dependencies are needed:

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

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

	pip install Manager

or this alternative command::

	easy_install Manager

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

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

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

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

.. raw:: html

    <br/>

