Python scripts to convert diag tables, data tables, and field tables to YAML format, and to validate and work with YAML-format tables.
- 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 .