Skip to content

Install

Charles Doutriaux edited this page Aug 23, 2017 · 92 revisions

WikiDocumentationInstall

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

Once downloaded simply run:

conda env create -f 2.10.yml

Installing from conda channels

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

Creating the environment

conda create -n myuvcdat uvcdat -c conda-forge -c uvcdat
source activate myuvcdat

For more details see:

For older releases installation instructions see:

Clone this wiki locally