Installation

Requirements

The VELOCIraptor library requires:

  • unyt and its dependencies
  • h5py and its dependencies
  • python3.6 or above
  • Note that for development, we suggest that you have pytest and black installed. To create plots, you will need the plotting framework matplotlib.

Installation

The package can be installed from PyPI, and is named velociraptor,

pip3 install velociraptor

Alternatively you can install the library from the GitHub repository by cloning it and running:

pip3 install -e .