From f15bfb7aa414f80172be4b7b7449175d1c94e796 Mon Sep 17 00:00:00 2001 From: Vedanth Ramji Date: Wed, 10 Apr 2024 13:26:48 +1000 Subject: [PATCH] ENH update conda install command to make sure conda-forge is used --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2265cd2..ca9edc9 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ pip install argnorm argNorm can also be installed through conda: ``` -conda install bioconda::argnorm +conda install -c bioconda -c conda-forge argnorm ``` ## Supported tools diff --git a/docs/index.md b/docs/index.md index c35ad9f..77bdf4e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -40,7 +40,7 @@ pip install argnorm argNorm can also be installed through conda: ``` -conda install bioconda::argnorm +conda install -c bioconda -c conda-forge argnorm ``` ## Supported tools