Skip to content

Simple Install of Py ART using Anaconda

Jonathan J. Helmus edited this page Mar 6, 2014 · 6 revisions

This page describes the steps required to install Py-ART using Anaconda.

Mac OS X

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.

Windows

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.