-
Notifications
You must be signed in to change notification settings - Fork 65
Install
Wiki ▸ Documentation ▸ Install
For windows 10 and up see here
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
Alternatively, you can use regular conda commands to generate the environment
Due to a bug in conda, the following versions of conda will not install properly
4.3.13 through 4.3.21 (latest at the time this is written)
Hence please make sure your version of conda is not one of the above-mentioned. We have filed a report with Continuum and hope this issue is resolved in a coming conda release.
To be safe run:
conda install -n root "conda<4.3.13"
conda create -n myuvcdat uvcdat -c conda-forge -c uvcdat
source activate myuvcdat
For more details see:
-
Install using Anaconda - Installation instructions for Anaconda users.
-
Obtain UV-CDAT nightly - Install UV-CDAT nightlies.
For older releases installation instructions see: