Skip to content

Installation

Requirements

  • Python 3.12 or later
  • A modern browser (Chrome, Firefox, Edge) for the dashboard

Install from PyPI

pip install cropforge

Install from Source

git clone https://github.com/saswat/cropforge.git
cd cropforge
pip install -e ".[dev]"

Verify Installation

python -c "import cropforge; print(cropforge.__version__)"
# → 0.1.0

pytest tests/
# → 230 passed