How can I hide the output of this command as I have installed all the modules?
import pip
pip.main(["install", "pyttsx3"])
pip.main(["install", "SpeechRecognition"])
I want to remove all the output of the above code for my project as it shows a lot of multiple line output.