Runtime guide
Installing Python
Check Python, install requirements, and start each Python product with the correct entry file.
Check Python#
python --version
python3 --versionDM 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.txtUse the correct start file#
| Product | Start command |
|---|---|
| DM RELAY | python bot.py |
| LEO TOOLKIT | python main.py |
| IAA BOT | python main.py |