From ad1c97316ff6aeee6f402b331d65e148e61bb155 Mon Sep 17 00:00:00 2001 From: "A. Fust" Date: Wed, 30 Jan 2019 09:23:21 +0100 Subject: [PATCH] updated installation instruction --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e715153..cb70d45 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,13 @@ We recommend to install UROPA using the conda package manager. Make sure to have - Answer the question "Do you wish the installer to prepend the Miniconda install location to PATH in your /home/.../.bashrc ?" with yes OR do ```PATH=dir/to/miniconda3:$PATH``` after installation process -The UROPA installation is now as easy as ```conda install -c bioconda -c conda-forge uropa```. +The UROPA installation is now as easy as + +```conda create --name uropa``` + +```conda activate uropa``` + +```conda install python uropa```. ### Biocontainers / Docker