Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# PyChaste

PyChaste is a Python wrapper for [Chaste](https://chaste.github.io), a general purpose simulation package for computational biology.
PyChaste is a Python wrapper for [Chaste](https://chaste.github.io/), a general purpose simulation package for computational biology.

## Installation
`mamba install -c pychaste -c conda-forge -c bioconda chaste`

See the [wiki](../../wiki) for detailed guidance on installing and extending PyChaste.
See the [website](https://chaste.github.io/pychaste/installation/) for a detailed guide on installing PyChaste.

## Usage
See the [website](https://chaste.github.io/PyChaste) for example PyChaste notebooks.
## Tutorials
See the [website](https://chaste.github.io/pychaste/tutorials/) for tutorials demonstrating how to use PyChaste.

## Extending
See the [wiki](../../wiki/) for guidance on extending PyChaste.