From 7b69b39f798d715e3e22a25116741a00100496cc Mon Sep 17 00:00:00 2001 From: "A. Fust" Date: Wed, 30 Jan 2019 09:20:02 +0100 Subject: [PATCH] updated installation instruction --- docs_rst/install.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs_rst/install.rst b/docs_rst/install.rst index 9de808b..14a5a28 100644 --- a/docs_rst/install.rst +++ b/docs_rst/install.rst @@ -13,7 +13,11 @@ Make sure to have `conda` installed, e.g. via - Answer the question "Do you wish the installer to prepend the Miniconda install location to PATH in your /home/.../.bashrc ?" with yes OR do ``export 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 ----------------------