Installation instructions#

Prerequisites and compatibility#

This package uses NumPy and SciPy for data handling and numerical operations.

Some modules make use of Mike Boyle’s quaternionic package. This allows easy interoperability with spherical.

Installation#

This package is available on PyPi. You can install it with

python -m pip install openquad

This will install the most recent stable release into your active environment along with any dependencies.

If you intend to contribute to this package, follow the instructions for a development installation.