- Disable battery optimization for termux
- Install termux:widgets plugin from GitHub (optional)
- Install python and git using
pkg i python git
- Install virtualenv using system pip
- Clone your bot's code or copy it from your device storage
by first setting up file access using
termux-setup-storage
. - Create a venv for your project
- Install all dependencies including hikari using the venv pip
Do not install uvloop as that doesn't work well with termux.