-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kwabena N Amponsah edited this page Sep 13, 2023
·
16 revisions
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:
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.