(The python basic usage):
------------------------------
virtualenv <DIR>
source <DIR>/bin/activate
------------------------------

1. Create pylibtipc module:
$ ./bootstrap
$ ./configure --with-py
$ make

2. Install pytipc by pip command:
$ cd pytipc
$ pip install dist/pytipc-<version>-{python tag}-{abi tag}-{platform tag}.whl
Or
$ python -m easy_install dist/pytipc-<version>-{python tag}-{abi tag}-{platform tag}.whl

Those examples that use pytipc module is located in demos/pytipc
