From 1e05ade030a6278023646ed183860ebbbeab6a53 Mon Sep 17 00:00:00 2001 From: Tammo van der Heide Date: Fri, 6 Dec 2024 10:43:10 +0100 Subject: [PATCH] Simplify cumbersome setup of the mamba solver in README --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c5ac64eb..69f3cdf6 100644 --- a/README.rst +++ b/README.rst @@ -47,10 +47,9 @@ management framework using `Miniconda We recommend to set up a dedicated conda environment and to use the `mamba solver `_ :: - conda create --name skprogs + conda install -n base mamba + conda create -n skprogs conda activate skprogs - conda install conda-libmamba-solver - conda config --set solver libmamba to install the latest stable release of SkProgs (Fortran and Python components)::