From be70947445fbca16a8098fa8e5eff4d7c093b4e2 Mon Sep 17 00:00:00 2001 From: Vinh Tran Date: Fri, 20 Mar 2026 12:11:29 +0100 Subject: [PATCH] Revise fDOG installation instructions for clarity Updated installation recommendations and environment management instructions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d2586b..eb95d4f 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ ## Install the fDOG package -**_RECOMMENDATION:_** Install fDOG in a fresh conda environment to ensure compatibility and avoid conflicts with other packages. +**_RECOMMENDATION:_** Install fDOG in a fresh conda-like environment to ensure compatibility and prevent conflicts with other packages. We recommend using Mamba or Micromamba instead of Conda for better performance, faster dependency resolution and more reliable environment management. -### Using a Conda Environment +### Using a Mamba/Conda Environment 1. Follow [this instruction](https://mamba.readthedocs.io/en/latest/) to install Mamba or Micromamba (faster package manager for conda)