From ea39dae41e6ad7dfa09af1484ef4b1d0149342bb Mon Sep 17 00:00:00 2001 From: diveshjain-phy <59592790+diveshjain-phy@users.noreply.github.com> Date: Fri, 17 May 2024 14:42:00 +0530 Subject: [PATCH] Update README.md correction of the conda env creation line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f85d4f..b6ca376 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ A suitable [conda](https://conda.io/) environment named `resshift` can be created and activated with: ``` -conda env create -n resshift python=3.10 +conda create -n resshift python=3.10 conda activate resshift pip install -r requirements.txt ```