Skip to content

Commit

Permalink
new install instructions (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkern authored Nov 24, 2021
1 parent 2d357d2 commit f296ca8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ $ conda create -n diploshic python=3.9 --yes
```

Note that because I'm using the Anaconda version of python, pip will only install this in the anaconda directory
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
we have packaged using pip. Simple type

```
pip install diploshic
```

or if you prefer you can clone and build the repo yourself

```
$ git clone https://github.com/kern-lab/diploSHIC.git
Expand Down

0 comments on commit f296ca8

Please sign in to comment.