Dependencies ============ These are the excellent software packages which have made this project possible. If you are using Ubuntu then you can install the correct versions of each of required software packages with something like: .. code-block:: sh aptitude install python python-numpy python-scipy python-matplotlib python-biopython ipython Alternatively you could try installing `Anaconda `_. This has been tested with Polyphony on a Mac and worked well. Use the following to install Biopython. Everything else is installed by default: .. code-block:: sh conda install biopython **Absolute Requirements** - `python 2.6 or later `_ - `scipy `_ - `numpy `_ - `Biopython `_, especially the Bio.PDB module **Highly recommended** All following documentation assumes that you have these installed. - `ipython `_ , for interactive python scripting - `matplotlib `_, for graph plotting - `PyMOL `_, for interactive 3D visualisation. Open source version available on `SourceForge `_ and there is also a `wiki `_. It is available through the Ubuntu Software Center