Getting Started with HyperVehicle#

Installation#

Installation from PyPI#

pip install hypervehicle

Installation from source#

To install hypervehicle from source, use the command below.

pip install git+https://github.com/kieran-mackle/hypervehicle

Testing the installation#

To check that everything has been installed properly and HyperVehicle is ready to go, run the command below.

python3 -m pytest tests/

Optional Dependencies#

PyMESH#

To access more advanced features of HyperVehicle, such as compeonent mesh merging and cleaning, PyMesh is required. You do not need to install this to use HyperVehicle, but it can come in handy, especially when extracting sensitivities for multi-component geometries.