Skip to content

Commit aa48d8d

Browse files
Update index.md
1 parent 1adb66a commit aa48d8d

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

documentation/docs/index.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Quick start
22

3-
You can install preseq as follows using conda:
3+
If you have bioconda setup as recommended, then you can install preseq as follows:
44
```console
5-
$ conda install -c bioconda preseq
5+
$ conda install preseq
66
```
7+
8+
If you have problems, try the following which sets the channel priority:
9+
```console
10+
$ conda install -c conda-forge -c bioconda --strict-channel-priority preseq
11+
```
12+
713
The instructions for installing conda are
8-
[here](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html). You can obtain preseq source code
14+
[here](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html).
15+
You can obtain preseq source code
916
[here](https://github.com/smithlabcode/preseq).
1017

1118
This documentation is still under construction... But the PDF

0 commit comments

Comments
 (0)