Installation¶
Requirements¶
The VELOCIraptor library requires:
unytand its dependenciesh5pyand its dependenciespython3.6or above- Note that for development, we suggest that you have
pytestandblackinstalled. To create plots, you will need the plotting frameworkmatplotlib.
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 .