Skip to content

Commit

Permalink
Merge pull request #331 from gagneurlab/dev
Browse files Browse the repository at this point in the history
Update installation.rst
  • Loading branch information
nickhsmith committed Jun 23, 2022
2 parents 2833400 + 4614e28 commit 72a37b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Installation
DROP is available on `bioconda <https://anaconda.org/bioconda/drop>`_ .
In case the conda channel priority is set to ``strict``, it should be reset to ``flexible``:

.. code-block::
.. code-block:: bash
conda config --set channel_priority true
Expand Down Expand Up @@ -77,7 +77,7 @@ If the package needs to be updated frequently, it is more useful to use the ``-e
Any new update pulled from the repository will be available without reinstall.
Note, that this requires an explicit call to update any existing project (:any:`dropUpdate`).

.. code-block::
.. code-block:: bash
pip install -e ./drop
Expand Down

0 comments on commit 72a37b9

Please sign in to comment.