摘要: Python包管理之poetry的使用 poetry是一个Python虚拟环境和依赖管理的工具。 官方文档:python-poetry.org/docs/ poetry安装 poetry安装 $ pip install --user poetry 工程初始化 如果当前还没有创建工程,可以使用poet 阅读全文
posted @ 2021-05-09 11:39 学习记录13 阅读(369) 评论(0) 推荐(0)