Skip to content
Kwabena N Amponsah edited this page Sep 13, 2023 · 16 revisions

Installation

There are multiple ways to get PyChaste running on your system. The recommended method is to install the conda package. Another method is to run PyChaste from a docker image. A third option is to download the PyChaste source code and build it manually. See the install guides below for detailed guidance on each method:

Developer documentation

Generating bindings

PyChaste uses the pybind11 library in wrapper code. The wrapper code is generated from the configuration provided in the package_info.yaml file. The documentation below provides guidance on generating the wrappers and explains the structure of the package_info.yaml configuration file.

Clone this wiki locally