From 35db81ab98c0fc8fda6a058d414b00a1eee4d3c3 Mon Sep 17 00:00:00 2001 From: yashmanne <59664815+yashmanne@users.noreply.github.com> Date: Wed, 23 Feb 2022 20:24:12 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15bcc8f..431fe31 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # DataTools_Tutorial_Demo Set of jupyter notebooks created by students in CMSE495 (Michigan State University) that demonstrate some useful data science tools. -This notebook includse an environment.yml file. Create and activate an enviornment using the following commands (Assumes anadonda or minicond is installed): +This notebook includse an environment.yml file. Create and activate an enviornment using the following commands (Assumes anadonda or miniconda is installed): conda env create --prefix ./envs --file environment.yml conda activate ./envs -- GitLab