My code:
import os
os.system("pip install colorama")
This starts to print the actual command and such, is there a way to execute this without anything being printed. Or even like for example a variable with the response and I can handle it from there? I don't want a massive text, just a simple one saying it was installed etc.