DEV Community

Harshit Singh
Harshit Singh

Posted on • Updated on

Install Vscode In Android New Method 2021

Hello Everyone
Today I am going to show you how you can install vscode in android with new method.
So lets get started

Firstly install Termux from Play Store

Then upgrade packages

apt update && apt upgrade -y
Enter fullscreen mode Exit fullscreen mode

Then install python

pkg install python -y
Enter fullscreen mode Exit fullscreen mode

Then run it

python
Enter fullscreen mode Exit fullscreen mode

Then install Colabcode module

pip install colabcode
Enter fullscreen mode Exit fullscreen mode

It may take longer time but not more than 15 mins (maybe)

Then import ColabCode

from colabcode import ColabCode
Enter fullscreen mode Exit fullscreen mode

Then run it

ColabCode()
Enter fullscreen mode Exit fullscreen mode

I have not tested it yet.It was originally launched for Google Colab.

Thank you
'Follower Goal 50'
Pls tell how did you like it

Top comments (0)