1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
===============================================================
Python interface of Tkrzw
================================================================
Please read the following documents.
COPYING - license
CONTRIBUTING.md - how to contribute
You should install the latest version of Tkrzw to make sure the
compatibility.
To build the library, Python 3.6 or later version is required.
Then, run these commands.
make
make check
sudo make install
See https://dbmx.net/tkrzw/api-python/ for details of the API.
Thanks.
== END OF FILE ==
|