How to install
==============



From PyPi.org
-------------

pip installation::

    $ pip install EmuPBk


From source
-----------

clone it from github::

    $ git clone https://github.com/himmng/EmuPBk.git
    $ cd EmuPBk
    $ python setup.py install --user


