Skip to content

Python 环境导入导出

约 41 字小于 1 分钟

python

2021-08-31

导出

pip freeze > packegas.txt

安装

pip install -r packages.txt