
Update and upgrade the thermux with the command
$ apt update && apt upgrade
Because this tool uses the python programming language, you must first install Python with the command
$ apt install python2
Then install mechanize
$ pip2 install requests mechanize
Install git with the command
$ apt install...