Skip to content

Commit 6441448

Browse files
authored
Merge pull request #59 from Chaste/update-readme
Add new website to README
2 parents 7d91fb2 + 1e31f3d commit 6441448

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# PyChaste
22

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

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

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

10-
## Usage
11-
See the [website](https://chaste.github.io/PyChaste) for example PyChaste notebooks.
10+
## Tutorials
11+
See the [website](https://chaste.github.io/pychaste/tutorials/) for tutorials demonstrating how to use PyChaste.
12+
13+
## Extending
14+
See the [wiki](../../wiki/) for guidance on extending PyChaste.

0 commit comments

Comments
 (0)