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 ```