Skip to content

Install

Charles Doutriaux edited this page Mar 28, 2018 · 92 revisions

WikiDocumentationInstall

CDAT is installed via Anaconda

For windows 10 and up see here

Installing from an environment file

The easiest way to install an official stable release of uvcdat is to download the corresponding conda environment

Python 2

Linux (and Windows)

Mac OSX

Python 3

Linux (and Windows)

Mac OSX

Once downloaded simply run:

conda env create -n cdat8 -f cdat-v80_py2.Linux.yaml
conda activate cdat8

On older conda version you might need:

source activate cdat8

Earlier Releases (UV-CDAT)

Installing from conda channels

Alternatively, you can use regular conda commands to generate the environment

Creating the environment

conda create -n cdat8 -c conda-forge -c cdat/label/v80 -c cdat cdat
conda activate cdat8

On older version of anconda you might need:

source activate cdat8

For more details see:

For older releases installation instructions see:

Clone this wiki locally