vault backup: 2025-01-24 16:37:21

This commit is contained in:
2025-01-24 16:37:21 +08:00
parent 983dce8ee9
commit 108ac0a987
4 changed files with 13 additions and 13 deletions

View File

@ -12,7 +12,7 @@ tags:
![cover](resources/poetry.png)
- Abstract
- 新時代的Python環境管理器支援Python3.9+、多平台以及[pyproject.toml](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/),功能全面適合管理複雜的開發專案
- 新時代的Python環境管理器支援Python3.9+、多平台以及[pyproject.toml](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/),功能全面適合管理複雜的開發專案以下內容大部分以Poetry2.0版本規範為主。
- Resources
- [Installation](https://python-poetry.org/docs/#installation) - Poetry Official Doc
- [Python 套件管理器——Poetry 完全入門指南](https://blog.kyomind.tw/python-poetry/) - Code and Me