From 90ef88db035d2e650b9356decdf6d8361522ce58 Mon Sep 17 00:00:00 2001 From: Baljyot Parmar Date: Tue, 1 Apr 2025 22:06:00 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5131ebb..19a24e5 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ conda env create -f SMS_BP.yml - If you get an environment resolve error but you have anaconda installed just skip to step 6. The .yml file is for people who are using miniconda and might not have the packages already installed with the full anaconda install. - You may want to still have a conda environment so just create a generic one if you want with the name SMS_BP or whatever you want with python>=3.10. Explicitly, ```bash -conda create -n [my_env_name] python=3.10.13 +conda create -n [my_env_name] python=3.12 ``` 5. Activate the environment using: ```bash