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