Kruiger Labs
Client Portal Get Started
DocumentationKruiger Labs products
Sign inGet support
Runtime guide

Installing Python

Check Python, install requirements, and start each Python product with the correct entry file.

Check Python#

python --version
python3 --version

DM RELAY requires Python 3.9 or newer, LEO TOOLKIT requires Python 3.8 or newer, and IAA BOT requires Python 3.11 or newer.

Install dependencies#

python -m pip install -r requirements.txt

Use the correct start file#

ProductStart command
DM RELAYpython bot.py
LEO TOOLKITpython main.py
IAA BOTpython main.py

Back to top