How to install Python 3 in Termux ?
Installing Python3 in Termux is very easy you have to just run one line command and boom you will see Python3 was successfully installed in Termux. So how do we do that, Lets follow my simple steps:-
Requirements to Install Python3 in Termux
- Just a working internet connection
Steps to Install Python3 in Termux
Start your Termux app then enter the below code and hit Enter
pkg install python -y
Now you will get python installed in your Termux app