Skip to content
Merged
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 testing_and_setup/compass/README_ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ To set up and run ocean test cases from COMPASS, you will need a conda
environment. First, install Miniconda3 (if miniconda is not already
installed), then create a new conda environment as follows:
``` bash
conda create -n compass_py3.7 -c conda-forge python=3.7 \
geometric_features=0.1.1 mpas_tools=0.0.3 jigsaw=0.9.10 jigsawpy=0.0.2 \
conda create -n compass_py3.7 -c conda-forge -c xylar python=3.7 \
geometric_features=0.1.3 mpas_tools=0.0.3 jigsaw=0.9.11 jigsawpy=0.0.2 \
metis pyflann scikit-image basemap pyamg ffmpeg
```
Each time you want to work with COMPASS, you will need to run:
Expand Down