Skip to content

Commit

Permalink
updated python version
Browse files Browse the repository at this point in the history
  • Loading branch information
afust authored Dec 5, 2018
1 parent c3c5276 commit 3fd3fe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs_rst/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down

0 comments on commit 3fd3fe1

Please sign in to comment.