diff --git a/README.md b/README.md index 70fd03e..cad906c 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_setup.yml +conda create -f conda_setup.yml -n lepwrap ``` This will create an environment called `lepwrap` that can be activated with: ```bash