Purity subpages :
How to install Purity.
It has only been tested on GNU/Linux for now, but should work on any platform supporting Pure Data and Python, with slight modifications.
Install Pure Data and other tools::
sudo apt-get install python-setuptools puredata mercurial help2man python-twisted
Install Purity::
sudo easy_install --prefix=/usr/local http://bitbucket.org/aalex/purity/downloads/purity-0.1.1.tar.gz
Installation for Developers
Install Purity and start the example in a terminal window::
mkdir -p ~/src cd ~/src/ hg clone https://python-purity.googlecode.com/hg/ python-purity cd python-purity/ python setup.py build sudo python setup.py develop --prefix=/usr/local
How to try it
cd <path to purity> ./examples/purity-example.py
You can simply download the package by hand from http://bitbucket.org/aalex/purity/downloads/purity-0.1.1.tar.gz
- and try the examples in the examples/ directory.
