Skip to content

Commit 12ee7a1

Browse files
authored
Update README.md
1 parent 01ca8a5 commit 12ee7a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ implemented.
1919

2020
- Variants of SDC: explicit, implicit, IMEX, multi-implicit, Verlet,
2121
multi-level, diagonal, multi-step
22-
- Variants of PFASST: virtual parallel or MPI-based parallel,
23-
classical of multigrid perspective
22+
- Variants of PFASST: virtually parallel or MPI-based parallel,
23+
classical or multigrid perspective
2424
- 8 tutorials: from setting up a first collocation problem to SDC,
2525
PFASST and advanced topics
2626
- Projects: many documented projects with defined and tested outcomes
@@ -43,12 +43,12 @@ The code is hosted on GitHub, see
4343
will give you a core version of `pySDC` to work with,
4444
working with the developer version is most often the better choice. We
4545
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).
47+
For this, `pySDC` ships with environment files
4848
which can be found in the folder `etc/`. Use these as e.g.
4949

5050
``` bash
51-
conda env create -f etc/environment-base.yml
51+
micromamba create -f etc/environment-base.yml
5252
```
5353

5454
If you want to install the developer version using `pip` directly from the GitHub repository, use this:

0 commit comments

Comments
 (0)