Installation Guide

This guide covers how to install vLLM-Watermark on different platforms and environments.

python -m venv .venv
source .venv/bin/activate
pip install -e .[dev]

For more detailed installation help, see the project README.