From 24570e974c739ce61042d65f95188029d657b86a Mon Sep 17 00:00:00 2001 From: yilinxu Date: Sun, 17 Jan 2021 17:03:15 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b70a02..8399d02 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ copy credentials.json gen3-augur/config ## Using Conda An `environment.yml` file is provided and can be used to build a virtual environment containing all dependencies. Create the environment using: ``` -conda env create -f enviroment.yml +conda env create -f environment.yml ``` Then activate the environment for use: ```