Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
afust committed Jan 30, 2019
2 parents 050c55a + ad1c973 commit f04fbf3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
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
8 changes: 7 additions & 1 deletion docs_rst/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ 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 f04fbf3

Please sign in to comment.