Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimwolff authored Mar 1, 2021
1 parent dd3d587 commit e917b3e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,25 @@ The easiest way to install HiCExplorer is using `BioConda <http://bioconda.githu
::

$ conda install hicexplorer -c bioconda -c conda-forge
We highly recommend conda environments to separate software from each other. With it, different versions of dependencies do not interfere with each other.

::

$ conda create --name hicexplorer hicexplorer=3.6 python=3.8 -c bioconda -c conda-forge
$ conda activate hicexplorer
To deactivate the environment use:

::

$ conda deactivate

To learn more about conda and environments, please consider the following `documentation <https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html#>`_.



Install by cloning this repository
__________________________________
Expand Down

0 comments on commit e917b3e

Please sign in to comment.