Skip to content

Commit

Permalink
Simplify cumbersome setup of the mamba solver in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderhe committed Dec 6, 2024
1 parent 40a9137 commit 1e05ade
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ management framework using `Miniconda
We recommend to set up a dedicated conda environment and to use the
`mamba solver <https://mamba.readthedocs.io/>`_ ::

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)::
Expand Down

0 comments on commit 1e05ade

Please sign in to comment.