pip freeze命令

1. 导出python安装包环境

pip freeze > requirements.txt

2. 导入requirements文件

pip install -r requirements.txt

你可能感兴趣的:(pip freeze命令)