From 1e31f3d2bc47b285e76cda142864b3c9d48c0059 Mon Sep 17 00:00:00 2001 From: Kwabena N Amponsah Date: Fri, 23 Feb 2024 12:07:49 +0000 Subject: [PATCH] Add new website to README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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.