Skip to content

Commit

Permalink
update install instructions for fixed conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
Smith Nicholas committed Nov 7, 2022
1 parent bf38887 commit 0a809e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ For installing, use `mamba` instead of `conda` as it provides more reliable and
mamba create -n drop_env -c conda-forge -c bioconda drop --override-channels
In the case of mamba/conda troubles we recommend using the fixed `DROP.yaml` installation file
we make available on our [public server](https://www.cmm.in.tum.de/public/paper/drop_analysis/DROP.yaml).
In the case of mamba/conda troubles we recommend using the fixed ``DROP.yaml`` installation file
we make available on our `public server. <https://www.cmm.in.tum.de/public/paper/drop_analysis/DROP.yaml>`_
Install this using the following command:


.. code-block:: bash
mamba env create -f DROP.yaml
Expand Down

0 comments on commit 0a809e0

Please sign in to comment.