标签: python packages pip
我想在我的应用程序中编写一些功能,从pypi安装python包。在我的代码中,我想看到,例如,这个:
import pip pip.install('some_pgk')
最好的方法是什么,不使用子进程等?