Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 572 Bytes

File metadata and controls

32 lines (23 loc) · 572 Bytes

fms_yaml_tools

Python scripts to convert diag tables, data tables, and field tables to YAML format, and to validate and work with YAML-format tables.

How to install with pip

  1. Create virtual python environment
python3 -m venv /path/to/your/install
  1. 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
  1. Upgrade pip and setuptools
pip install --upgrade pip setuptools
  1. Install fms-yaml-tools and dependencies
pip install .