We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d357d2 commit f296ca8Copy full SHA for f296ca8
README.md
@@ -29,7 +29,14 @@ $ conda create -n diploshic python=3.9 --yes
29
```
30
31
Note that because I'm using the Anaconda version of python, pip will only install this in the anaconda directory
32
-which is a good thing. Now we are ready to install `diploS/HIC` itself
+which is a good thing. Now we are ready to install `diploS/HIC` itself. We recommend using the binarys that
33
+we have packaged using pip. Simple type
34
+
35
+```
36
+pip install diploshic
37
38
39
+or if you prefer you can clone and build the repo yourself
40
41
42
$ git clone https://github.com/kern-lab/diploSHIC.git
0 commit comments