Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new website to README #59

Merged
merged 1 commit into from
Feb 23, 2024
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.
Loading