Menu

[103c97]: / pytipc / README  Maximize  Restore  History

Download this file

19 lines (15 with data), 488 Bytes

 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