HowTo download pkpgcounter
This page describes the different ways you can obtain pkpgcounter.
$ cd /tmp
$ svn co http://svn.pykota.com/pkpgcounter/trunk pkpgcounter
$ cd pkpgcounter
$ python setup.py install
The latest stable release of pkpgcounter is available here as a tarball.
You can install it by typing the following comands :
$ cd /tmp
$ tar -zxf pkpgcounter-x.yy.tar.gz
$ cd pkpgcounter-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.
Finally, since August 2007, pkpgcounter is also available directly from your usual Debian repositories, thanks to the work done by Kumar Appaiah :
$ apt-get update
$ apt-get install pkpgcounter