Como usar comandos PIP no PyCharm

import os
os.system('cmd /c  "pip install package"')
vagg