Jak używać poleceń PIP w pycharm
import os
os.system('cmd /c "pip install package"')
vagg
import os
os.system('cmd /c "pip install package"')