Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 552 Bytes

installation.rst

File metadata and controls

29 lines (18 loc) · 552 Bytes

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