Installing KitPyLib
===================

Using pip
---------

If you use pip, you can install KitPyLib::

     pip install kitpylib

Using git
---------

If you use git, you can::
     
     git clone https://github.com/smy-pypi/kitpylib.git

and in the directory `kitpylib`::

     python setup.py install

Verifying the Installation
==========================

After installing KitPyLib, verify the installation by running the following in a Python shell or script::

    import kitpylib as kpl
    print(kpl.__version__)

This should print the installed version of KitPyLib without errors.