Skip to content

Commit

Permalink
updated installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
afust authored Jan 30, 2019
1 parent bf90121 commit 7b69b39
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs_rst/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------
Expand Down

0 comments on commit 7b69b39

Please sign in to comment.