Skip to content

Commit ab90485

Browse files
committed
Update conda instructions
1 parent 48f42aa commit ab90485

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Once you have [added the Bioconda channel](https://bioconda.github.io/#usage) to
1010
conda install -c bioconda parsnp
1111
```
1212

13+
If you run into conflicts, even in a fresh environment, that may be due to the versions of the
14+
default dependencies in the env. You can get around this by letting conda figure out
15+
which versions of the dependencies are necessary by telling it which packages you want at
16+
creation:
17+
```
18+
conda create -n parsnp-env parsnp==2.*
19+
```
20+
1321
Instructions for building Parsnp from source are available towards the end of this README.
1422

1523
# Running Parsnp

0 commit comments

Comments
 (0)