1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | (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 |