From 70f1f138fce6751ccc8769ea3bf1c2cacf0ccac5 Mon Sep 17 00:00:00 2001 From: hkwang Date: Wed, 1 May 2024 14:39:54 -0400 Subject: [PATCH] add instructions to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b89d48..deb5699 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Exploring the theoretical basis for the double-Wilson distribution Before notebooks can be run, the environment must be set up. Please run the following commands: ``` +git clone https://github.com/Hekstra-Lab/dw.git +cd dw conda env create --file wilson.yml conda activate wilson pip install -e .