Skip to content

Installation

Requirements

  • Python 3.10+
  • No additional dependencies

Install from PyPI

pip install veltix

Install latest from GitHub

pip install git+https://github.com/NytroxDev/Veltix.git

Verify installation

import veltix
print(veltix.__version__)