Skip to content

python环境导入导出

约 40 字小于 1 分钟

python

2021-08-31

导出

pip freeze > packegas.txt

安装

pip install -r packages.txt