关于pip:Python-包管理工具-poetryqbit

  • 官网文档:https://python-poetry.org/docs/
  • 将虚拟目录放在我的项目内

    poetry config virtualenvs.in-project true
  • 软件包国内镜像(pyproject.toml)

    [[tool.poetry.source]]
    name = "aliyun"
    url = "https://mirrors.aliyun.com/pypi/simple/"
    default = true

本文出自 qbit snap

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理