使用pip freeze安装python环境

使用

pip freeze > requirements.txt

产生requirements.txt文件


在另一个环境下使用

pip install -r requirements.txt
安装包

你可能感兴趣的:(python)