-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from Chaste/vtk_py311
Build conda packages for Python 3.8 - 3.11
- Loading branch information
Showing
110 changed files
with
1,786 additions
and
2,017 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# No shared libraries and compiled Python | ||
*.so | ||
*.pyc | ||
__pycache__/ | ||
# No eclipse settings | ||
*.project | ||
*.cproject | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
# 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. | ||
|
||
Currently a limited number of features are supported, mostly related to | ||
cell-based Chaste. | ||
|
||
## Installation | ||
`mamba install -c pychaste -c conda-forge -c bioconda chaste` | ||
`mamba install -c pychaste -c conda-forge chaste` | ||
|
||
See the [website](https://chaste.github.io/pychaste/installation/) for a detailed guide on installing PyChaste. | ||
See the [website](https://chaste.github.io/pychaste/installation/) for a | ||
detailed guide on installing PyChaste. | ||
|
||
## Tutorials | ||
See the [website](https://chaste.github.io/pychaste/tutorials/) for tutorials demonstrating how to use PyChaste. | ||
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. | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
*.pyc | ||
build_artifacts/ | ||
.bash_history | ||
.bash_logout | ||
.bash_profile | ||
.bashrc | ||
.conda/ | ||
.condarc | ||
.cache | ||
.python_history |
Oops, something went wrong.