If you don't have tools to configure python, you will need the command below
$ sudo apt-get install python-setuptools
Then just create a setup in python environment
$ python setup.py build
When you are done, install.
$ sudo python setup.py install
source share