【python】依赖包导出导入

依赖包导出导入

  • 导出
  • 导入

导出

pip freeze > t.txt

【python】依赖包导出导入_第1张图片

导入

pip install -r t.txt

你可能感兴趣的:(python,python)