Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 356 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 356 Bytes

SWAMP

NOAA-ARL/ATDD Soil Water Analysis Model Product (SWAMP)

Development installation

  1. Create and activate Conda environment based on environment-dev.yml.
    conda env create -f environment-dev.yml
    conda activate swamp-dev
    
  2. Install swampy package using
    pip install -e . --no-deps