From a863e3e49f84ee86e377b7ca5b0f42ba5e8d804a Mon Sep 17 00:00:00 2001 From: "Pavel V. Dimens" Date: Thu, 20 May 2021 13:00:30 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6009e94..70fd03e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ git clone https://github.com/pdimens/LepWrap.git Assuming you have `anaconda` or `miniconda` installed: ```bash cd LepWrap -conda create -f conda_LepWrap.yml +conda create -f conda_setup.yml ``` This will create an environment called `lepwrap` that can be activated with: ```bash