Installing pyampΒΆ

In order to install pyamp on a machine running Ubuntu 10.04 run the following commands:

$ cd /opt
$ sudo svn checkout http://pyamp.googlecode.com/svn/trunk/pyamp
$ sudo chown -R $USERNAME:$USERNAME pyamp
$ cd pyamp
$ python setup.py build
$ sudo python setup.py install

Previous topic

Introduction

Next topic

The pyamp module

This Page