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

Earlier Releases (UV-CDAT)

Once downloaded simply run:

conda env create -f 2.12.yml

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
source activate cdat8

For more details see:

For older releases installation instructions see:

Clone this wiki locally