From 11433c05fff83bcd3e2753c4d84064b55811d2d1 Mon Sep 17 00:00:00 2001 From: ChengYong Tham <25361260+cytham@users.noreply.github.com> Date: Tue, 16 Jan 2024 20:57:10 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3243916..921d9a4 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ There are three ways to install NanoVar: conda install -c bioconda nanovar # Or if encountered compatibility issues, install individual dependencies and then install NanoVar using pip -conda create -n myenv python=3.11 samtools bedtools minimap2 -y +conda create -n myenv -c bioconda python=3.11 samtools bedtools minimap2 -y conda activate myenv pip install nanovar ```