You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ implemented.
20
20
- Variants of SDC: explicit, implicit, IMEX, multi-implicit, Verlet,
21
21
multi-level, diagonal, multi-step
22
22
- Variants of PFASST: virtual parallel or MPI-based parallel,
23
-
classical of multigrid perspective
23
+
classical or multigrid perspective
24
24
- 8 tutorials: from setting up a first collocation problem to SDC,
25
25
PFASST and advanced topics
26
26
- Projects: many documented projects with defined and tested outcomes
@@ -43,12 +43,11 @@ The code is hosted on GitHub, see
43
43
will give you a core version of `pySDC` to work with,
44
44
working with the developer version is most often the better choice. We
45
45
thus recommend to checkout the code from GitHub and install the
46
-
dependencies e.g. by using a [conda](https://conda.io/en/latest/)
47
-
environment. For this, `pySDC` ships with environment files
46
+
dependencies e.g. by using [micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html). For this, `pySDC` ships with environment files
48
47
which can be found in the folder `etc/`. Use these as e.g.
49
48
50
49
```bash
51
-
conda env create -f etc/environment-base.yml
50
+
micromamba create -f etc/environment-base.yml
52
51
```
53
52
54
53
If you want to install the developer version using `pip` directly from the GitHub repository, use this:
0 commit comments