INSTALLATION
============

To install stpy from source distribution use the command:

      pip install stpy-1.0.0.tar.gz

Of if pip is not installed unpack the archive, go to the unpacked directory and run the following command:

      python setup.py install

Once package is installed it will be available for import in python interpreter.

