# Installation ## Requirements / Dependencies - Python >= 3.10 - polars - matplotlib ## Install from PyPI ```bash pip install zeropybench ``` ## Install from Source ```bash git clone https://github.com/CMBSciPol/zeropybench.git cd zeropybench pip install . ``` ## JAX Support ZeroPyBench automatically detects and optimizes benchmarking for JAX arrays. To use JAX features, install JAX separately: ```bash pip install jax ```