Skip to content

Chaste/PyChaste

Repository files navigation

PyChaste

PyChaste is a Python wrapper for Chaste, a general purpose simulation package for computational biology.

Currently a limited number of features are supported, mostly related to cell-based Chaste.

Installation

mamba install -c pychaste -c conda-forge chaste

See the website for a detailed guide on installing PyChaste.

Tutorials

See the website for tutorials demonstrating how to use PyChaste.

Extending

See the wiki for guidance on extending PyChaste.