mednsktest installation
=======================


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


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

    easy_install .

or

    python setup.py install


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

    easy_install mednsktest


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