首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏自动化、性能测试

    Python - poetry(1)包管理利器的入门介绍

    Python 虚拟环境详解 https://www.cnblogs.com/poloyy/p/15266382.html poetry 官方介绍 github:https://github.com/python-poetry 文档(要):https://python-poetry.org/docs/ 安装 linux、mac 下安装 curl -sSL https://raw.githubusercontent.com/python-poetry master/get-poetry.py | python - window 下安装 (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry

    82640发布于 2021-09-22
  • 来自专栏开源服务指南

    开源日报 0823 | NLP 民工的乐园:中文 NLP 资源库的终极指南

    python-poetry/poetry[2] Stars: 26.2k License: MIT Poetry 是一个简化 Python 包和依赖管理的工具。 统一日志记录与监控分析 零停机部署并支持轻松回滚 相关链接 [1] fighting41love/funNLP: https://github.com/fighting41love/funNLP [2] python-poetry /poetry: https://github.com/python-poetry/poetry [3] jackyzha0/quartz: https://github.com/jackyzha0/

    45530编辑于 2023-09-02
  • 来自专栏yiyun 的专栏

    使用 Python 开发 CLI 工具并打包发布到 PyPI

    Packaging User Guide — Python Packaging User Guide 发布 Python 包到 Pypi-谢先斌的博客 TODO: 方式2: 使用 poetry 参考: python-poetry python - 还是相同错误 失败 curl -sSL https://install.python-poetry.org | python3 - --git https://github.com/python-poetry GitHub 安装失败 (Invoke-WebRequest -Proxy http://127.0.0.1:10808 -Uri https://raw.githubusercontent.com/python-poetry python - 还是失败 离线安装 poetry 参考: day10.用windows 安装poetry的疑难杂症 - 简书 下载: https://raw.githubusercontent.com/python-poetry /poetry/master/install-poetry.py 下载: https://github.com/python-poetry/poetry/releases 将下载的压缩包存到与 install-poetry.py

    4.1K20编辑于 2023-02-06
  • 来自专栏全栈程序员必看

    Poetry(1)Poetry介绍与安装

    Python 2.7 或 3.5+,所以我们尽量使用最新版本的Python 安装方式 macOS或Linux安装命令 curl -sSL https://raw.githubusercontent.com/python-poetry

    4.7K21编辑于 2022-09-19
  • 来自专栏HHTjim'S 部落格

    python依赖管理工具poetry

    一条评论 » 用的pipenv但是lock时间有点太长了,所以到poetry试试水... poetry安装 curl -sSL https://raw.githubusercontent.com/python-poetry

    61240编辑于 2022-09-26
  • 来自专栏Python学习者

    python安装包(模块)的八种方法

    $ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python

    1.4K20编辑于 2024-01-23
  • 来自专栏数据科学(冷冻工厂)

    Python项目管理: Poetry

    README2.md"] # 包的介绍主页 homepage = "https://python-poetry.org/" # 仓库地址 repository = "https://github.com/python-poetry

    1.3K20编辑于 2023-02-27
  • 来自专栏数据科学(冷冻工厂)

    Python项目管理: Poetry

    README2.md"] # 包的介绍主页 homepage = "https://python-poetry.org/" # 仓库地址 repository = "https://github.com/python-poetry

    1.6K21编辑于 2023-01-19
  • 来自专栏全栈程序员必看

    pycharm运行记录_pycharm多行注释

    window下安装poetry powershell下安装: (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry

    2.2K10编辑于 2022-09-27
  • 来自专栏用户4624600的专栏

    python代码打造迷你压测工具

    ,还是从httprunner最新版本了解到,使用poetry作为构建工具.poetry工具要比distutils、setuptools等工具使用简洁、功能强大. https://github.com/python-poetry

    86220编辑于 2022-03-24
  • 来自专栏数据派THU

    独家 | 6个Python数据科学库正在狂飙,你一定要学来提升文化素养

    realpython.com/dependency-management-python-poetry/ 数据和链接: Github链接(23.1k star): https://github.com/python-poetry

    1.1K50编辑于 2023-02-27
  • 来自专栏查理不是猹的Python专栏

    #抬抬小手学Python# Python Poetry 进行依赖管理【图文】

    也可以在下方选择您的操作系统以使用相应的命令: 视窗 Linux + macOS PS C:\\> (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry

    2.3K40编辑于 2022-01-05
领券