0
How do I install python's modules on sololearn
Help
2 Respostas
+ 7
import subprocess,
subprocess.run(["pip", "install", " requests", "-q"])
not every module can be installed like gui ones .
And all these are only installed for that particular time when the code is ran.
0
Abhay thank you so much