We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f42aa commit ab90485Copy full SHA for ab90485
README.md
@@ -10,6 +10,14 @@ Once you have [added the Bioconda channel](https://bioconda.github.io/#usage) to
10
conda install -c bioconda parsnp
11
```
12
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
+
21
Instructions for building Parsnp from source are available towards the end of this README.
22
23
# Running Parsnp
0 commit comments