############################################ Installation ############################################ The recommended way to setup the environemnt for FourCastNetGFS is to use `conda `_. With conda, you can create an environment and install required libraries with the `environment.yml` file provided :: conda env create -f environment.yml -n your-env-name Activate the environment:: conda activate your-env-name Get EMC/FourCastNet source code:: git clone git@github.com:NOAA-EMC/FourCastNet.git