Install and update¶
Requirements¶
- 64-bit Windows, 64-bit OS X, or 64-bit Linux (tested on CentOS, Ubuntu)
- conda
- An Anaconda Cloud authentication token from your sales representative (if you need help, file a support request)
Install¶
If you do not yet have the conda package manager, install it now.
Create a new Python 3.4 environment named mosaic
:
conda create -n mosaic python=3.4
Activate the environment. On Windows:
activate mosaic
On OS X or Linux:
source activate mosaic
Register the data-portal
channel with your authentication token, replacing
“abc123def” with your token:
conda config --add channels https://conda.anaconda.org/t/abc123def/data-portal
Install the package dataportal
from the channel data-portal
:
conda install -c data-portal dataportal
Anaconda Mosaic is now installed.
To launch and use Mosaic, see our Quickstart.
Update¶
You can use conda to update Mosaic to the latest version:
conda update -c data-portal dataportal