1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.0/client/Python/pylibgal3/README
2010-12-22 13:00:13 +08:00

22 lines
412 B
Plaintext

=======
Install
=======
To install this libary, just do the usual Python setup:
# tar -xvzf libgal3-*.tar.gz
# cd libgal3-*
# python setup.py install
That's it for install. You should be able to import the libg3 library after
that:
(In your python script)
import libg3
=============
Documentation
=============
See http://stuffivelearned.org/doku.php?id=programming:python:libgal3 for documentation info.