Skip to content

Commit

Permalink
fix: Feedback addressed by revising install instruction - conda create
Browse files Browse the repository at this point in the history
  • Loading branch information
joeywwwu committed Jan 31, 2024
1 parent 7073503 commit 58a88b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 58a88b7

Please sign in to comment.