Python 导出导入安装包

python导出安装包
pip freeze > requirements.txt

python导入安装包
pip install -r requirements.txt

猜你喜欢

转载自www.cnblogs.com/icemonkey/p/10480014.html