How to run scripts in python?

Viewed 38

How to run cmd codes like pip install matplotlib in python? I tried to use Stash, but it costs too much time and it cannot be run if I have a UIView. So, can someone help me?

1 Answers

Use os.system to do that. You use say os.system(“your command”)

Related