From f296ca8e2ab500f342b2e13ec603c0c7f4b12810 Mon Sep 17 00:00:00 2001 From: Andrew Kern Date: Wed, 24 Nov 2021 12:35:01 -0800 Subject: [PATCH] new install instructions (#40) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4c1f3a..55e559c 100644 --- a/README.md +++ b/README.md @@ -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