HowTo download pkipplib
This page describes the different ways you can obtain the pkipplib Python library
Latest stable release :
The latest stable release of pkipplib is available from there.
You can install it by typing the following comands :
$ cd /tmp
$ tar -zxf pkipplib-x.yy.tar.gz
$ cd pkipplib-x.yy
$ python setup.py install
NB : for the installation script to work, you have to ensure that both python and python-dev or python-devel packages are installed first.
Latest development release :
The latest development version for pkipplib is always available from subversion. You can download and install it by typing the following commands :
$ cd /tmp
$ svn co http://svn.pykota.com/pkipplib/trunk pkipplib
$ cd pkipplib
$ python setup.py install