Installationยค
jaxQTL requires Python 3.11 or newer. Install the current release from PyPI:
pip install jaxqtl
With uv, add jaxQTL to an existing project:
uv add jaxqtl
Confirm that the command-line interface is available:
jaxqtl --help
The CLI uses the CPU backend by default. Select another installed JAX backend with
--platform gpu or --platform tpu on a mapping command.
For a source checkout and contributor setup, see Development setup.
Continue to the Quickstart to run the bundled data and inspect a result.