From 4cba0fced8a588aac746e9265dc284789772b505 Mon Sep 17 00:00:00 2001 From: jrob93 Date: Wed, 28 Feb 2024 10:58:07 +0000 Subject: [PATCH] update conda create --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d528af6..ab5a148 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ virtual environment. If you have conda installed locally, you can run the follow create and activate a new environment. ``` ->> conda create env -n python=3.10 +>> conda create --name python=3.10 >> conda activate ```