Cómo usar los comandos PIP en Pycharm

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