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
2011-11-02 11:52:46 -05:00
..
libg3 Added import fallback of simplejson and removed a debug statement 2011-11-02 11:52:46 -05:00
.gitignore Adding the pylibgal3 source 2010-12-21 11:45:11 -06:00
KNOWN_ISSUES version bump and updated issues 2010-12-25 18:20:58 -06:00
LICENSE Adding the pylibgal3 source 2010-12-21 11:45:11 -06:00
MANIFEST.in Adding the pylibgal3 source 2010-12-21 11:45:11 -06:00
README Adding the pylibgal3 source 2010-12-21 11:45:11 -06:00
setup.py Adding the pylibgal3 source 2010-12-21 11:45:11 -06:00

=======
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.