0% found this document useful (0 votes)
192 views1 page

TerMux Commandz

This document provides Termux commands for installing Python and related packages like Pip, asyncio, telethon, wheel, rsa, bs4, and pyaes. It also includes commands for updating packages, accessing storage, changing directories, and running a Python script.

Uploaded by

Oscar Bach
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
192 views1 page

TerMux Commandz

This document provides Termux commands for installing Python and related packages like Pip, asyncio, telethon, wheel, rsa, bs4, and pyaes. It also includes commands for updating packages, accessing storage, changing directories, and running a Python script.

Uploaded by

Oscar Bach
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

??

Termux Commands
pkg update && pkg upgrade
pkg install Python
Pkg install Python2
pkg install pip
pkg install --upgrade pip
pkg install asyncio
pkg install telethon
pkg install wheel
pkg install rsa
pkg install bs4
pkg install pyaes
termux-setup-storage

cd /(Location of the script in your phone)


ls
python (Script name)

You might also like