Development Setup

Prerequisites

Setting Up Development Environment

  1. Clone the repository:

    git clone https://github.com/VectorInstitute/vector-inference.git
    cd vector-inference
    
  2. Install development dependencies:

    uv sync --all-extras --group dev
    
  3. Install pre-commit hooks:

    pre-commit install
    

NOTE If you prefer using virtual environments, step 2 creates a virtual environment by default, run the following to activate:

source .venv/bin/activate

Revision #1
Created 2026-02-04 04:31:24 UTC
Updated 2026-02-04 04:35:19 UTC