From e3d16c0b537fe9b8f46daea14e6cbcf1c491186a Mon Sep 17 00:00:00 2001 From: Jannis Born Date: Fri, 8 Mar 2024 09:42:00 +0100 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Matteo Manica --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 512eebe15..27bf55b90 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ If you would like to contribute to the package, we recommend the following devel 5. Create and activate a dedicated conda environment: ```sh - conda env create -f conda_cpu_mac.yml + conda env create -f conda_cpu_mac.yml # for linux use conda_cpu_linux.yml conda activate gt4sd ```