Skip to content

Installation

Requirements

  • Python 3.11 or higher
  • grpcio 1.50.0 or higher

Install with pip

pip install grpcvcr

Install with uv

uv add grpcvcr

Development Installation

To contribute to grpcvcr or run the test suite:

git clone https://github.com/tboser/grpcvcr.git
cd grpcvcr
make install

This will:

  1. Install all dependencies including dev tools
  2. Set up pre-commit hooks
  3. Generate proto files for tests

Verify Installation

import grpcvcr

print(grpcvcr.__version__)