python导出所有已安装的模块

pip freeze>requirements.txt   #导出所有已经安装的模块到文件
pip install -r requirements.txt   #安装文件里的所有模块

(0)

相关推荐