Installation:

1. Install python 2.x
2. Install prerequisites
	- numpy
	- scipy
	- python imaging library
	- mahotas
	- pymorph
3. Move CC3DSimUtils to your preferred location.
4. Make sure python can find CC3DSimUtils (use a OR b).
	a. Add the path to CC3DSimUtils to the global pythonpath.
	b. Add the path to CC3DSimUtils to the pythonpath in your python code:
		import sys
		sys.path.append('PATHTOCC3DSIMUTILS')

Documentation:
HTML documentation: doc/html/CC3DSimUtils.html
PDF documentation: doc/latex/CC3DSimUtils.pdf