Installation

Prerequisites

Phicode requires the following dependencies,

  • numpy >=1.10
  • h5py >=2.7
  • pytables >=3.4
  • xarray >=0.9

To install them with conda (recommended) run,

conda install --file requirements.txt

alternatively to use pip,

pip install -r requirements.txt

Installing phicore

Phicore can be installed with,

pip install -e .