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 6afedc5 commit ad1c973
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,13 @@ We recommend to install UROPA using the conda package manager. Make sure to have
- Answer the question "Do you wish the installer to prepend the Miniconda install location to PATH in your /home/.../.bashrc ?" with yes
OR do ```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 ad1c973

Please sign in to comment.