0
pip in command prompt or in interpreter
what is different between pip library in command prompt and interpreter
1 Antwort
+ 1
You can also use it in intepreter, but you need a function from os library.
import os
os.system(input("Type here the wanted command: "))