common/u*: add Chinese translation (#14688)

* common/u*: add Chinese translation

* Update uv-tool.md

* Update ugrep.md
This commit is contained in:
Jin
2024-11-19 04:23:02 -05:00
committed by GitHub
parent 156075e8b1
commit 2a4ef14253
28 changed files with 601 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# uv tool
> 安装和运行由 Python 软件包提供的命令。
> 更多信息:<https://docs.astral.sh/uv/reference/cli/#uv-tool>.
- 运行一个来自软件包的命令,而不安装它:
`uv tool run {{命令}}`
- 在系统范围内安装一个 Python 软件包:
`uv tool install {{软件包}}`
- 升级已安装的 Python 软件包:
`uv tool upgrade {{软件包}}`
- 卸载一个 Python 软件包:
`uv tool uninstall {{软件包}}`
- 列出系统范围内已安装的 Python 软件包:
`uv tool list`