steampak installation
=====================


Python ``setuptools`` package is required to install steampak.


Use the following command line to install steampak from sources directory (containing setup.py):

    easy_install .

or

    python setup.py install


Alternatively you can install an up-to-date version of steampak from PyPI:

    easy_install steampak


Note: `easy_install` is bundled with ``setuptools``.
