add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,28 @@
# pipwin
> 一种在 Windows 上安装非官方 Python 包二进制文件的工具。
> 更多信息:<https://github.com/lepisma/pipwin>。
- 列出所有可下载的包:
`pipwin list`
- 搜索包:
`pipwin search {{部分名称|名称}}`
- 安装一个包:
`pipwin install {{包}}`
- 卸载一个包:
`pipwin uninstall {{包}}`
- 将一个包下载到指定目录:
`pipwin download --dest {{路径\到\目录}} {{包}}`
- 根据 `requirements.txt` 安装包:
`pipwin install --file {{路径\到\requirements.txt}}`