Skip to content

Commit 009e85b

Browse files
authored
Update README.md
1 parent 01ca8a5 commit 009e85b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ implemented.
2020
- Variants of SDC: explicit, implicit, IMEX, multi-implicit, Verlet,
2121
multi-level, diagonal, multi-step
2222
- Variants of PFASST: virtual parallel or MPI-based parallel,
23-
classical of multigrid perspective
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,11 @@ 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). For this, `pySDC` ships with environment files
4847
which can be found in the folder `etc/`. Use these as e.g.
4948

5049
``` bash
51-
conda env create -f etc/environment-base.yml
50+
micromamba create -f etc/environment-base.yml
5251
```
5352

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

0 commit comments

Comments
 (0)