Skip to content

Commit f296ca8

Browse files
authored
new install instructions (#40)
1 parent 2d357d2 commit f296ca8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@ $ conda create -n diploshic python=3.9 --yes
2929
```
3030

3131
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
32+
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
3340

3441
```
3542
$ git clone https://github.com/kern-lab/diploSHIC.git

0 commit comments

Comments
 (0)