Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed conda install statement
  • Loading branch information
initze authored Jun 3, 2024
1 parent a12106c commit fe9f064
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 @@ -9,7 +9,7 @@
We recommend using a new conda environment from scratch

```bash
conda env create -n thaw_slump_segmentation python=3.10 mamba -c conda-forge
conda create -n thaw_slump_segmentation python=3.10 mamba -c conda-forge
conda activate thaw_slump_segmentation
```

Expand Down

0 comments on commit fe9f064

Please sign in to comment.