From a343af7f9c2a36b205e4625f5ad1416715a653f2 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Sat, 5 Apr 2025 12:48:28 +0200 Subject: [PATCH] in readme recommend miniforge instead of anaconda or miniconda --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fde9ece..72b05a2 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,11 @@ knowing about Conda or virtual environments). ## environment.yml for Conda -This requires installing and activating [Anaconda](https://www.anaconda.com/) or -[miniconda](https://docs.conda.io/en/latest/miniconda.html) first. -More information on Conda environments at [its user -guide](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html). +If you are new to Conda, we recommend to start with [Miniforge]([Miniforge download +overview](https://conda-forge.org/download/). + +More information on how to work with Conda environments is collected +in [this page](https://coderefinery.github.io/installation/conda/). ```console $ conda env update -f environment.yml