From 172100bae8f6f88ef0275eac51e19dc94f19b3d1 Mon Sep 17 00:00:00 2001 From: Ilyes Batatia <48651863+ilyes319@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:30:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55def32b..9b3465a5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Requirements: If you do not have CUDA pre-installed, it is **recommended** to follow the conda installation process: ```sh # Create a virtual environment and activate it -conda create mace_env +conda create --name mace_env conda activate mace_env # Install PyTorch