From 3fd3fe108fb50dc24320cd86ecc09553d6968afb Mon Sep 17 00:00:00 2001 From: "A. Fust" Date: Wed, 5 Dec 2018 10:33:29 +0100 Subject: [PATCH] updated python version --- docs_rst/install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs_rst/install.rst b/docs_rst/install.rst index d83d271..9de808b 100644 --- a/docs_rst/install.rst +++ b/docs_rst/install.rst @@ -8,10 +8,10 @@ Conda package manager Make sure to have `conda` installed, e.g. via - `Miniconda`_ - - download the Miniconda installer for **Python 2.7** - - run ``bash Miniconda2-latest-Linux-x86_64.sh`` to install Miniconda + - download the Miniconda installer for **Python 3** + - run ``bash Miniconda3-latest-Linux-x86_64.sh`` to install Miniconda - 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 + 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``.