From aa48d8d3f04aa61a808f1a2bbfa40439b432090e Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Mon, 12 Sep 2022 14:40:52 -0700 Subject: [PATCH] Update index.md --- documentation/docs/index.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/documentation/docs/index.md b/documentation/docs/index.md index 1fad514..2ab3d56 100644 --- a/documentation/docs/index.md +++ b/documentation/docs/index.md @@ -1,11 +1,18 @@ # Quick start -You can install preseq as follows using conda: +If you have bioconda setup as recommended, then you can install preseq as follows: ```console -$ conda install -c bioconda preseq +$ conda install preseq ``` + +If you have problems, try the following which sets the channel priority: +```console +$ conda install -c conda-forge -c bioconda --strict-channel-priority preseq +``` + The instructions for installing conda are -[here](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html). You can obtain preseq source code +[here](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html). +You can obtain preseq source code [here](https://github.com/smithlabcode/preseq). This documentation is still under construction... But the PDF