Getting Started

Installation

Last updated Jun 23, 2026

Requirements

  • Python 3.10, 3.11, or 3.12 installed as python or python3.
  • A working internet connection for licence activation and telemetry.
  • Linux (glibc), macOS 12+, or Windows 10/11 on x86_64 or ARM64.

Install from PyPI

pip install pyvorin

We recommend installing inside a virtual environment:

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

Verify the install

pyvorin --version
pyvorin doctor

pyvorin doctor checks your Python version, platform support, network reachability, and licence daemon status. It does not transmit source code.

Platform notes

Most glibc-based Linux distributions are supported. musl-based distributions such as Alpine Linux may work but are not fully supported. macOS 12 and later work on Intel and Apple Silicon without Rosetta. Windows 10 version 2004 and later, and Windows 11, are supported.

Uninstall

pip uninstall pyvorin