4 Respuestas
+ 4
By the way your answer is
First install Python and then install pip on your code editer using terminal.
and pip not a module it is already installed in Python .
+ 1
If you have python installed in termux then you can use pip to install python packages.vim is just a code editor in which you write python or any script code.
+ 1
Friend I will suggest you don't use Vim , you can use Microsoft Vs code editor this code editer is fully free and open source code editor.
0
pygame requires things that cannot be installed on termux (and cannot be run on android)...
the fact is: you could almost only pip install modules that are written in pure python ^^