Install

Virtual Environments

Last updated Jun 23, 2026

Virtual environments isolate Pyvorin and your project dependencies from system packages.

python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install pyvorin

Always activate the same environment before compiling. Dependencies must be installed in that environment so Pyvorin can analyse them.