1. Installation

Pydecorate can be installed in a conda environment by using the conda-forge channel:

conda install -c conda-forge pydecorate

Or using pip:

pip install pydecorate

1.1. Development Installation

To install from source, clone the git repository:

git clone https://github.com/pytroll/pydecorate.git

Then use pip to install the package in development mode:

pip install -e .