From c3c527606b74ed1f33403c4bdaeb9371832b8048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Preu=C3=9Fner?= Date: Wed, 14 Feb 2018 12:41:53 +0100 Subject: [PATCH] Update installation procedure Added conda-forge channel --- docs_rst/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_rst/install.rst b/docs_rst/install.rst index ff7ce61..d83d271 100644 --- a/docs_rst/install.rst +++ b/docs_rst/install.rst @@ -13,7 +13,7 @@ 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/miniconda2:$PATH`` after installation process -The UROPA installation is now as easy as ``conda install -c bioconda uropa``. +The UROPA installation is now as easy as ``conda install -c bioconda -c conda-forge uropa``. Biocontainers / Docker ----------------------