Python package to work with Delta Modeling tasks
- Free software: MIT license
- Documentation: https://cadwrdeltamodeling.github.io/pydelmod
Install Anaconda Python on your system if you do not have one already.
- Create conda environment with environment.yml file
To create with environment name pydelmod (default)
` conda env create -f environment.yml `
or to use a custom name
` conda env create -n custom_env_name -f environment.yml `
- TODO
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.