Pyvorin Docs

Get Started in 5 Minutes

Install, activate, and run your first compiled Python script.

1

Install Pyvorin

Install the compiler and CLI from PyPI using pip.

pip install pyvorin
2

Activate Your License

Activate your license key to unlock compilation features.

pyvorin activate YOUR-KEY
3

Run a Script

Compile and execute a Python script with the LLVM backend.

pyvorin run script.py
4

Benchmark

Compare Pyvorin-compiled performance against CPython.

pyvorin bench script.py