install pyhton di termux
To install Python in Termux, follow these steps:
1. Open the Termux app on your Android device.
2. Type the following command and press Enter:
```
pkg install python
```
3. Wait for the installation process to complete. Once it's done, you can check the installed version of Python by typing the following command:
```
python --version
```
This should display the version of Python that you just installed.
That's it! You now have Python installed on your Termux terminal.
Komentar
Posting Komentar