From 6537209f41543d4bb2af6d4a48e07b361f7e60b6 Mon Sep 17 00:00:00 2001 From: Benjamin Linard <22132778+blinard-BIOINFO@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:49:13 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c69c30..2366d25 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,14 @@ EPIK is a program for rapid alignment-free phylogenetic placement, the successor of [RAPPAS](https://github.com/phylo42/RAPPAS). ## Installation via Bioconda -It is advised to install the package in a new environement, because our C++ dependencies are strict and may clash with other packages requiring, for instance, libboost. -We also recommend to use `mamba, which is more faster in solving environment dependencies. + +It is advised to install the package in a new environment, because our C++ dependencies are strict and may clash with other packages (requiring libboost in particular). +We also recommend to use `mamba, which is faster in solving environment dependencies. ``` conda create -n epik conda activate epik conda config --set channel_priority strict + # note that we install both ipk (database creation) and epik (phylogenetic placement) mamba install ipk epik ```