介绍

目的:: 用于 Python 项目的依赖管理工具,允许你管理项目的库。

关键命令:

  • poetry install: 安装依赖
  • poetry add <package_name>: 添加新依赖
  • poetry update: 更新依赖

相关材料