diff --git a/README.md b/README.md index dbb73381..39f3d720 100644 --- a/README.md +++ b/README.md @@ -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.