From 58a88b708544d25306c3a2ac658e3e2a7b169922 Mon Sep 17 00:00:00 2001 From: joeywwwu Date: Tue, 30 Jan 2024 20:59:58 -0800 Subject: [PATCH] fix: Feedback addressed by revising install instruction - conda create --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d7a4ee..9dbfded 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Clone a copy of [this repository](https://github.com/UBC-MDS/hexdropper) onto yo We recommend creating an isolated conda environment on your local machine to test and develop the package. To create and activate a conda environment for this project, type in the below command in your terminal. ``` -$ conda create --name hexdropper python=3.9 -y +$ conda create --name hexdropper python=3.9 -y $ conda activate hexdropper ```