Skip to content

Installation

The package requires Python 3.10 or later.

You can install the package from PyPI using pip:

pip install hypothesis-awkward

Or from conda-forge using conda:

conda install conda-forge::hypothesis-awkward

Hypothesis and Awkward Array will be installed as dependencies if compatible versions are not already installed.

To confirm the installation, import the package:

python -c "import hypothesis_awkward"

The command prints nothing if the installation succeeded.

Once installed, see Getting Started.