Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 624 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 624 Bytes

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.