Installation Guide ================== This guide covers how to install vLLM-Watermark on different platforms and environments. .. code-block:: bash python -m venv .venv source .venv/bin/activate pip install -e .[dev] For more detailed installation help, see the project README.