Skip to content

margrietpalm/CC3DSimUtils

Repository files navigation

Python library for setting up, running and analyzing parameter sweeps with cell based models. This package was specifically designed for CompuCell3D but can also be used with other tools, as shown in this bookchapter.

Installation

Please see the documentation for more extensive installation instructions.

  1. Install python 2.x
  2. Install prerequisites
  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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages