Skip to content
Snippets Groups Projects
Unverified Commit 009e85b4 authored by Robert Speck's avatar Robert Speck Committed by GitHub
Browse files

Update README.md

parent 01ca8a55
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ implemented. ...@@ -20,7 +20,7 @@ implemented.
- Variants of SDC: explicit, implicit, IMEX, multi-implicit, Verlet, - Variants of SDC: explicit, implicit, IMEX, multi-implicit, Verlet,
multi-level, diagonal, multi-step multi-level, diagonal, multi-step
- Variants of PFASST: virtual parallel or MPI-based parallel, - Variants of PFASST: virtual parallel or MPI-based parallel,
classical of multigrid perspective classical or multigrid perspective
- 8 tutorials: from setting up a first collocation problem to SDC, - 8 tutorials: from setting up a first collocation problem to SDC,
PFASST and advanced topics PFASST and advanced topics
- Projects: many documented projects with defined and tested outcomes - Projects: many documented projects with defined and tested outcomes
...@@ -43,12 +43,11 @@ The code is hosted on GitHub, see ...@@ -43,12 +43,11 @@ The code is hosted on GitHub, see
will give you a core version of `pySDC` to work with, will give you a core version of `pySDC` to work with,
working with the developer version is most often the better choice. We working with the developer version is most often the better choice. We
thus recommend to checkout the code from GitHub and install the thus recommend to checkout the code from GitHub and install the
dependencies e.g. by using a [conda](https://conda.io/en/latest/) dependencies e.g. by using [micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html). For this, `pySDC` ships with environment files
environment. For this, `pySDC` ships with environment files
which can be found in the folder `etc/`. Use these as e.g. which can be found in the folder `etc/`. Use these as e.g.
``` bash ``` bash
conda env create -f etc/environment-base.yml micromamba create -f etc/environment-base.yml
``` ```
If you want to install the developer version using `pip` directly from the GitHub repository, use this: If you want to install the developer version using `pip` directly from the GitHub repository, use this:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment