Create a virtual environment:
python3.13 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt -r requirements_dev.txt
Run the bot:
source .venv/bin/activate
python -m bot
Alternatively, run in Docker:
docker compose build
docker compose up