How to install pip/pip3 in Termux
Steps to Install Pip/pip3 in Termux Android
(kali/parrort also Supported)
Just use these commands one by one…
apt update / pkg update
apt-get upgrade / pkg upgrade
apt install pip / pkg install pip
Steps to Install Requirements.txt in Termux Android
- step 1 : pip freeze > requirements.txt
- step 2 : pip install -r requirements.txt (pip)
- step 3 : pip3 install -r requirements.txt (pip-3)
After using these commands you have successfully installed pip and pip-3 on your device
Thank you
watch this video for more information........
If you get any ERROR comment Below
ERROR: Could not find a version that satisfies the requirement python3 (from versions: none)
ReplyDeleteERROR: No matching distribution found for python3
How should I fix this shit
ReplyDeleteMOI IL ME REPOND could not open requirements file error 2 no such file or directory 'requirements.txt' SUR TERMUX
ReplyDeletethanks for your comments, i have updated new commands,it will work right now check it out. if you get any errors pls let me know
ReplyDelete