From b6152baac6ee74dc9173391fe2459861cb95a5ed Mon Sep 17 00:00:00 2001 From: JeanMainguy Date: Tue, 23 Jan 2024 10:44:25 +0100 Subject: [PATCH] add defaults channel in install docs --- README.md | 2 +- docs/user/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04ba2af5..958d2c28 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To ensure a smoother installation and avoid conflicting dependencies, it's highl ```bash # Install PPanGGOLiN into a new conda environment -conda create -n ppanggolin -c conda-forge -c bioconda ppanggolin +conda create -n ppanggolin -c defaults -c conda-forge -c bioconda ppanggolin # Check PPanGGOLiN install conda activate ppanggolin diff --git a/docs/user/install.md b/docs/user/install.md index 260b496d..40172657 100644 --- a/docs/user/install.md +++ b/docs/user/install.md @@ -11,7 +11,7 @@ To ensure a smoother installation and avoid conflicting dependencies, it's highl ```bash # Install into a new conda environment -conda create -n ppanggo -c conda-forge -c bioconda ppanggolin +conda create -n ppanggo -c defaults -c conda-forge -c bioconda ppanggolin # Check PPanGGOLiN install conda activate ppanggo