把当前环境的依赖包导出为need.txt pip freeze > need.txt

有need.txt中保存了环境依赖包信息 把它导入到当前环境 pip install -r need.txt