Skip to content

Simple Install of Py ART using Anaconda

Jonathan J. Helmus edited this page Sep 16, 2016 · 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 conda-forge arm_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 conda-forge arm_pyart

Py-ART should now be installed on your system.

Linux

To install Py-ART on machines running Linux:

  • 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 conda-forge arm_pyart
conda install basemap

Py-ART should now be installed on your system.

Another method for installing Py-ART on Linux is to build the package from source. See the INSTALL.rst file for instructions.