Python scripts to convert diag_tables, data tables, and field tables to yaml format
- Create virtual python environment
python3 -m venv /path/to/your/install
- Activate the environment
# If you use bash:
source /path/to/your/install/bin/activate
# If you use csh:
source /path/to/your/install/bin/activate.csh
- Upgrade pip and setuptools
pip install --upgrade pip setuptools
- Install fms-yaml-tools and dependencies
pip install .