From 009e85b4438324ac2604f7f7ba99ff05f3bb8482 Mon Sep 17 00:00:00 2001 From: Robert Speck <pancetta@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:52:30 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 90309edcb..eab2808ed 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ implemented. - Variants of SDC: explicit, implicit, IMEX, multi-implicit, Verlet, multi-level, diagonal, multi-step - 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, PFASST and advanced topics - Projects: many documented projects with defined and tested outcomes @@ -43,12 +43,11 @@ The code is hosted on GitHub, see will give you a core version of `pySDC` to work with, working with the developer version is most often the better choice. We thus recommend to checkout the code from GitHub and install the -dependencies e.g. by using a [conda](https://conda.io/en/latest/) -environment. For this, `pySDC` ships with environment files +dependencies e.g. by using [micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html). For this, `pySDC` ships with environment files which can be found in the folder `etc/`. Use these as e.g. ``` 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: -- GitLab