Thanks for downloading nik2img.

To install it, run the following command inside this directory:

    $ python setup.py install

If you have the Python `easy_install` utility available, you can
also type the following to download and install in one step::

    $ easy_install nik2img
    $ easy_install --upgrade nik2img # to force upgrading

Or if you're using `pip`::

    $ pip install nik2img

Test Installation of the module::
    $ python
    >>> from nik2img import Map # should prompt no error
    >>> m = Map('/path/to/mapfile.xml')
    >>> m.test() # should confirm path to mapfile

Test Installation of command-line script::
    $ nik2img.py # should be able to tab complete...
    $ which nik2img.py # should show install location
    $ nik2img.py -h # should display usage
