Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith authored Sep 12, 2022
1 parent 1adb66a commit aa48d8d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions documentation/docs/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit aa48d8d

Please sign in to comment.