Installation#
You can install pyflowdiagnostics either via conda
:
conda install -c conda-forge pyflowdiagnostics
or via pip
:
pip install pyflowdiagnostics
Requirements are the modules numpy
, scipy
, pandas
, xlswriter
,
h5py
, and pymatsolver
.
Alternatively, you can clone or download the repo and run within the top directory
python -m pip install .
Dependencies#
Required core dependencies are installed via environment.yml
. Additionally,
we utilize sr3_reader
(slightly modified to support LGR) for processing CMG binary outputs.