To install it, make sure you have these programs installed:

    * Python >= 2.6
    * python-gi
    * python-setuptools
    * python-stdeb (to create a DEB package)
    * migasfree-client

Then, create package through this command:

    $ python setup.py --command-packages=stdeb.command bdist_deb

And finally, install package:

    $ sudo dpkg -i deb_dist/*.deb
