From 75f94355a1f3823c86470c9a594fd903ef4f77aa Mon Sep 17 00:00:00 2001 From: Mattia Amadio <44863827+matamadio@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:41:09 +0100 Subject: [PATCH] Update README.md --- Top-down/parallelization/README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Top-down/parallelization/README.md b/Top-down/parallelization/README.md index 803a10a4..97197229 100644 --- a/Top-down/parallelization/README.md +++ b/Top-down/parallelization/README.md @@ -8,7 +8,7 @@ - Removed the RP_EAI columns for better presentation of the results # SETUP -We strongly recommend using the mamba package manager. +We strongly recommend using the mamba or conda package manager. ## Using MAMBA (WINDOWS) @@ -50,10 +50,6 @@ Updating the environment (e.g., after code updates) ```bash $ conda update -name CCDR-tools --file Top-down/parallelization/win_env.yml ``` -Activate the environment (e.g., after code updates) -```bash -$ activate CCDR-tools -``` ## Using CONDA (LINUX) @@ -65,7 +61,8 @@ Updating the environment (e.g., after code updates) ```bash $ conda update -name CCDR-tools --file Top-down/parallelization/linux_env.yml ``` -Activate the environment (e.g., after code updates) +------------- +Activate the environment ```bash $ activate CCDR-tools ```