Skip to content

Installation

From PyPI

pip install rechunkit

Requirements

  • Python ≥ 3.9
  • numpy ≥ 1.26

Development Install

Clone the repository and install with uv:

git clone https://github.com/mullenkamp/rechunkit.git
cd rechunkit
uv sync

Run tests:

uv run test