0
I have installed termux app and I want it's mysql connected with python in phone .how can I do it ?
2 Respuestas
+ 3
Type this command
pkg install python
This will install python3. Now to access python, type
python
It will open up the python terminal.
To install modules and packages, use the standard pip commands.
This way, you can access python using termux
+ 1
It's simple first install pyroid3 app
& Type pip install mysql.connector on terminal . Then