-
Notifications
You must be signed in to change notification settings - Fork 268
Simple Install of Py ART using Anaconda
Jonathan J. Helmus edited this page May 20, 2015
·
6 revisions
This page describes the steps required to install Py-ART using Anaconda.
To install Py-ART on Macs running OS X:
- Download and install Anaconda
- From a Terminal run the following commands, answer Y when asked to install additional packages:
conda update conda
conda install -c jjhelmus pyart
conda install basemap
Py-ART should now be installed on your system.
To install Py-ART on machines running Windows:
-
Download and install Anaconda
-
From a command prompt (cmd.exe or Powershell) run the following commands, answer Y when asked to install additional packages:
conda update conda
conda install basemap netcdf4
conda install -c jjhelmus pyart
Py-ART should now be installed on your system.
The most reliable method for installing Py-ART on Linux is to build the package from source. See the INSTALL.rst file for instructions.