1. Installation and sourceΒΆ
Spectrum is available on PYPI, so you should be able to type:
easy_install -U spectrum
Since spectrum depends on other python packages such as Numpy, Matplotlib and Scipy they will be installed automatically (if not already installed).
You can also install them yourself by typing:
easy_install -U numpy
easy_install -U matplotlib
easy_install -U scipy
Note
the -U option updates the libraries that are already installed.
Spectrum source code (SVN repository) is available here:
https://www.assembla.com/code/PySpectrum/subversion/nodes/trunk/