-
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 CDAT is to download the corresponding conda environment.
We provide env file for Both Mac and Linux and for each both Python2 and Python3
For each of these we also provide the mesalib-enabled version. This means plot will NOT require a X11 connection and will be rendered in memory rather than onscreen. This is a desirable solution for batch jobs our user working remotely.
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
- 2.12 Linux
- 2.12 OSX
- 2.12-nox Linux
- 2.12-nox OSX
- 2.10 Linux and OSX
- 2.10-nox Linux and OSX
- 2.8 Linux and OSX
- 2.8-nox Linux
- 2.6 Linux
Alternatively, you can use regular conda commands to generate the environment
conda create -n cdat8 -c cdat/label/v80 -c conda-forge -c cdat python=2.7 cdat
conda activate cdat8
For Python3 use python=3.6
On older version of anconda you might need:
source activate cdat8
If you wish to obtain the mesalib-enabled version simply add mesalib at the end of the install line:
conda create -n cdat8 -c cdat/label/v80 -c conda-forge -c cdat python=2.7 cdat mesalib
For Python3 use python=3.6
or simply install it after the fact
conda install -c conda-forge -c cdat mesalib
For more details see:
-
Install using Anaconda - Installation instructions for Anaconda users.
-
Obtain CDAT nightly - Install CDAT nightlies.
For older releases installation instructions see: