Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 990 Bytes

README.rst

File metadata and controls

42 lines (28 loc) · 990 Bytes

Delta Modeling Python Package

Python package to work with Delta Modeling tasks

Installation

If this is the first time to use this tool

  1. Install Anaconda Python on your system if you do not have one already.

  2. 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 `

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.