Installation

Pyaler is available on Pypi, to install it just execute with the right privileges the following commands :

 % easy_install -U pyaler

or if pip is available :

 % pip install pyaler

From sources

First, you shall get the sources from SVN for the latest version:

 % svn co svn://forge.bearstech.com/forge/Pyaler/ pyaler-svn
 % cd pyaler-svn

or from this website for the last stable release:

 % wget http://www.pyaler.org/pyaler.tar.gz
 % cd pyaler-0.3/

For standalone install :

 % python bootstrap.py
 % ./bin/buildout
 % ./bin/pyaler -c conf.yaml

For a system install :

 % python setup.py install
 % pyaler -c conf.yaml