Installation Guide

Ubuntu/Debian/Mint

Execute

$ sudo apt-get install python-setuptools python-pip python-qt4
$ sudo pip install pycante

Windows or other *nix

Finally open a console and execute

> easy_install pycante

Installing Manually

The project is hosted at http://bitbucket.org/leliel12/pycante/ and can be installed manually:

$ hg clone clone https://bitbucket.org/leliel12/pycante
$ cd pycante
$ python setup.py install