The program can be downloaded from the Fable page on sourceforge.net. Presently the code has been distributed as a zip package or a compressed tarball of the source code. Download either one and unpack it.
e.g.
tar xvzf PolyXSim-1.0.0.tar.gz
or
unzip PolyXSim-1.0.0.zip
a files are unpacked into the directory PolyXSim-1.0.0. To install these do
cd PolyXSim-1.0.0
and install PolyXSim with (most likely you will need to be done with root privileges, e.g. put sudo in front of command)
python setup.py install
The newest development version can be obtained by checking it out from the subversion (SVN) repository. Do
svn co https://fable.svn.sourceforge.net/svnroot/fable/simulation/PolyXSim
The installation of modules is easiest if Python 2.4 or later is installed. Since precompiled and installation ready versions are available of all the needed python modules.
For full functionality of PolyXSim the following modules need to be installed.
SVN branch of FabIO and xfab is available at
svn co https://fable.svn.sourceforge.net/svnroot/fable/fabio
svn co https://fable.svn.sourceforge.net/svnroot/fable/xfab
these are installed by:
cd fabio/trunk (or cd xfab/trunk)
python setyp.py install (posibly with sudo in front if running a linux dist.)
To run fabric (if you already have a running version of ImageD11 or fabian you have probably installed all the needed packages) on Ubuntu (a linux distribution based on Debian) most of the python modules can be installed either through the Synaptic Package Manager (found in System -> Administration) or using apt-get on from the command line in a terminal.
The extra ubuntu packages needed are:
using apt-get these can be installed as:
sudo apt-get install python-imaging python-numpy
using Synaptic Package Manager:
**search** to find the specific ubuntu packages instead
**mark** them for installation
**Apply** to install