Skip to content

Commit

Permalink
Update README.md for conda install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
singhd789 authored Feb 28, 2024
1 parent 8055ca6 commit 15a44f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ FMS Runtime Environment (FRE) CLI developed using Python's Click package
- `module load conda`
- Create new Conda environment
- `conda create -n [environmentName]`
- Append necessary channels
- `conda config --append channels noaa-gfdl`
- `conda config --append channels conda-forge`
- Run `conda install` on needed dependencies
- `conda install noaa-gfdl::fre-cli` should install the CLI package located at https://anaconda.org/NOAA-GFDL/fre-cli created from the `meta.yaml` file
- All other dependencies used by the tools are installed along with this install (configured inside the meta.yaml), with the exception of local modules
Expand Down

0 comments on commit 15a44f6

Please sign in to comment.