How to install PyCharm on Android phones with Termux

Follow the instructions as shown in the video and below are the commands you will need. Install Debian (tap the command to copy):

    curl -o setup.sh https://raw.githubusercontent.com/AnBui2004/termux/main/installprootdistrodebian.sh && chmod +rwx setup.sh && ./setup.sh && rm setup.sh

Install PyCharm (tap the command to copy):

    curl -o setup.sh https://raw.githubusercontent.com/AnBui2004/termux/main/pycharm.sh && chmod +rwx setup.sh && ./setup.sh && rm setup.sh

Login to Debian (tap the command to copy):

    proot-distro login debian

Run PyCharm (tap the command to copy):

    ./pycharm.sh