Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ conda activate marine_environment
or if you encounter problems with this approach, try using mamba instead, which can be faster:

```
conda install -c conda-forge mamba=1.5.11 -y
mamba create -n marine_environment python=3.8.18 -y
conda install -c conda-forge mamba=1.5.12 -y
mamba create -n marine_environment python=3.10 -y
mamba env update -n marine_environment --file marine_environment2.yaml
conda activate marine_environment
```
Expand Down
Loading