目录环境要求一、Poetry 安装与配置安全安装环境变量配置安装验证二、项目生命周期管理新项目创建现有项目初始化项目结构说明三、依赖管理实践四、虚拟环境管理五、进阶配置pyproject.toml 示例持续集成优化六、维护
目录什么是Poetry?安装Poetry创建一个新项目添加依赖项安装依赖导出依赖关系构建项目发布项目创建和激活虚拟环境总结什么是Poetry?
I\'m trying to make sense on the best way to do automatize a series of things in a row in order to deploy a web-app and haven\'t yet came up with a s开发者_开发问答uitable solution. I would like to: