Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bcc2761 authored Jan 31, 2024
1 parent 93948ba commit e51a5d0
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 @@ -8,7 +8,7 @@ FMS Runtime Environment (FRE) CLI developed using Python's Click package
- Create new Conda environment
- conda create -n $envName
- Run `conda install` on needed dependencies
- `conda install -c noaa-gfdl fre-cli` should install the CLI package created from the meta.yaml file located at https://anaconda.org/noaa-gfdl
- `conda install noaa-gfdl::fre-cli` should install the CLI package created from the meta.yaml file located at https://anaconda.org/noaa-gfdl
- setup.py file allows `fre.py` to be ran with `fre` in the command line instead of `python fre.py`
* Enter commands and follow `--help` messages for guidance
* Can run directly from any directory, no need to `cd` into `/fre/`
Expand Down

0 comments on commit e51a5d0

Please sign in to comment.