Installation

Install Zoomies with pip or uv.

1 min read 56 words

Requirements

  • Python 3.14+ (free-threaded 3.14t recommended)
  • cryptography>= 42.0.0 (installed automatically)

Install

uv add bengal-zoomies
pip install bengal-zoomies
git clone https://github.com/lbliii/zoomies.git
cd zoomies
uv sync --group dev

Verify

import zoomies
print(zoomies.__version__)